From 5cc1ac83a9cc0aa10acffb54a1c4d62b73b595d5 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 05 七月 2023 16:30:48 +0800 Subject: [PATCH] 服务管理模块和销售管理模块新增及路由配置 --- src/views/custom/customManage/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/custom/customManage/index.vue b/src/views/custom/customManage/index.vue index f61e50b..629d3b7 100644 --- a/src/views/custom/customManage/index.vue +++ b/src/views/custom/customManage/index.vue @@ -41,7 +41,7 @@ </template> </TableCommonView> <!-- 鏂板缓/缂栬緫瀹㈡埛绠$悊 --> - <AddCustomManageDialog v-if="editConfig.visible" :edit-contacts-config="editConfig" /> + <AddCustomManageDialog v-if="editConfig.visible" :edit-cuntom-manage-config="editConfig" /> </div> </template> @@ -69,7 +69,7 @@ data() { return { tableList: {}, - activeName: "second", + activeName: "first", gonghaiValue: "", gonghaiOptions: [], queryClassOptions: [ -- Gitblit v1.8.0