Переглянути джерело

feature_20250917_仿石漆潜在客户区域创建

zhujindu 2 місяців тому
батько
коміт
2e5062c017

+ 1 - 1
src/views/storeManagement/competingStoresAdd.vue

@@ -346,6 +346,7 @@ export default {
     };
     this.showmap = false;
     this.getStoreCategoryList();
+    this.getChildDeptListFun();
     // this.toastLoading(0, '加载中...', true);
     // 授权
     getTicketFun(['getLocation', 'chooseImage', 'uploadImage']).then(() => {
@@ -769,7 +770,6 @@ export default {
       );
     },
     PickerDept() {
-      this.getChildDeptListFun();
       this.showPickerDept = true;
     },
     onDeptConfirm(value) {

+ 1 - 1
src/views/storeManagement/competingStoresEdit.vue

@@ -478,7 +478,7 @@ export default {
           this.$dialog
             .confirm({
               title: '系统提示',
-              message: '添加成功',
+              message: '更新成功',
               showCancelButton: false,
             })
             .then(() => {