Browse Source

提示信息标签池可搜所有标签862

zhouna 6 năm trước cách đây
mục cha
commit
3b94bf047c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/components/icss/PromptTagPool.vue

+ 2 - 2
src/components/icss/PromptTagPool.vue

@@ -169,11 +169,11 @@
         }
         let param = {
           "tagName": this.searchVal,
-          "tagType": [1, 2],
+          "tagType": [],
           "controlType": [],
           "type": this.type || '',
           "notIds": notIds,
-          "sexType": 3,
+          "sexType": '',
 
         }
         api.searchTagList(param).then((res) => {