修改标准选择

This commit is contained in:
qq787203167
2022-03-01 11:42:52 +08:00
parent 6b0404ceaa
commit 78a9d15bd5
4 changed files with 194 additions and 39 deletions
-1
View File
@@ -105,7 +105,6 @@
getAction(this.url.seachList, params).then((res) => {
if (res.success) {
this.searchList = res.result
console.log(this.searchList)
}
})
},