瀏覽代碼

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

zhouna 6 年之前
父節點
當前提交
3b94bf047c
共有 1 個文件被更改,包括 2 次插入2 次删除
  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) => {