Forráskód Böngészése

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

zhouna 6 éve
szülő
commit
3b94bf047c
1 módosított fájl, 2 hozzáadás és 2 törlés
  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) => {