wupengfei
2025-08-01 777f950aeb1b2cfdbe05f07bf2042407159c4527
src/views/EnterpriseManage/AddOrEditEnterprise.vue
@@ -1,8 +1,8 @@
<template>
  <AddOrEditEnterpriseView
    emitAddEvent="myPublishInformationList:add"
    emitEditEvent="myPublishInformationList:edit"
    backRouteName="MyPublishInformationList"
    emitAddEvent="enterprise:add"
    emitEditEvent="enterprise:edit"
    backRouteName="EnterpriseManageList"
    :isDetail="false"
  ></AddOrEditEnterpriseView>
</template>