标签管理

This commit is contained in:
caoyang
2022-01-26 14:57:55 +08:00
parent 07d22d0fd6
commit 2c7c939ac9
5 changed files with 201 additions and 5 deletions
+1
View File
@@ -88,6 +88,7 @@
getAction(this.url.seachList, params).then((res) => {
if (res.success) {
this.searchList = res.result
console.log('reList',this.searchList)
}
})
}