yumeng vor 1 Jahr
Ursprung
Commit
9f8d96857e
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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);