yumeng преди 1 година
родител
ревизия
9f8d96857e
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/views/goodsManagement/goodslist.vue

+ 2 - 1
src/views/goodsManagement/goodslist.vue

@@ -1081,7 +1081,7 @@
       this.userId = this.$store.getters.userId;
       this.getList();
       this.getCategoryIds();
-      this.getActivityIds();
+     // this.getActivityIds();
       this.getRegimental();
       this.getRuleListNoPage();
     },
@@ -1443,6 +1443,7 @@
         this.ids = null;
         this.confirmLoading = false;
         this.formBroadcast = {};
+        this.getActivityIds();
         setTimeout(() => {
           this.$refs.formBroadcast.clearValidate();
         }, 0);