Browse Source

杂音bug修改

Luolei 6 năm trước cách đây
mục cha
commit
fc30441518
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      src/components/icss/PubTagGroup.vue

+ 5 - 1
src/components/icss/PubTagGroup.vue

@@ -347,6 +347,10 @@ export default {
       })
     },
     searchTagList() {
+      const editData = this.$props.editData;
+      if(editData.id){
+        return;
+      }
       let region1 = this.form.region1, region2 = this.form.region2;
       let paramFst = !!region2 ? api.getGroupParams(region2): {};
       let paramSec = {
@@ -355,7 +359,7 @@ export default {
         "tagName":'',
         "notIds": [],
       }
-      console.log(paramFst,paramSec,7787)
+      // console.log(paramFst,paramSec,7787)
       let params = Object.assign({},paramFst,paramSec)
       api.searchTagList(params).then((res) => {
         if (res.data.code === '0') {