mo 4 лет назад
Родитель
Сommit
0a114aa8ff
1 измененных файлов с 7 добавлено и 3 удалено
  1. 7 3
      src/views/businessManager/shopManager/shopList.vue

+ 7 - 3
src/views/businessManager/shopManager/shopList.vue

@@ -1025,6 +1025,11 @@ export default {
         musicGroupShow: null,
         courseViewType: null,
         replacementShow: null,
+        courseFeeShowOrganId:null,
+        educationShowOrganId:null,
+        memberFeeShowOrganId:null,
+        replacementShowOrganId:null,
+        studentShowOrganId:null
       },
       headers: {
         Authorization: getToken(),
@@ -1241,9 +1246,9 @@ export default {
       selectGoodsList: [],
     };
   },
-  mounted() {
+async  mounted() {
     // 获取分部
-    this.$store.dispatch("setBranchs");
+  await  this.$store.dispatch("setBranchs");
     this.init();
   },
   methods: {
@@ -1400,7 +1405,6 @@ export default {
       this.addDisabled = false;
 
       this.$nextTick((res) => {
-        console.log(this.$refs["ruleForm"]);
         if (this.$refs["ruleForm"]) {
           this.$refs["ruleForm"].resetFields();
         }