浏览代码

看板调整

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);