Commit c6c1d344 by 陈岩

feat: 解决搜索项bug

1 parent 0ebf7ea3
......@@ -1018,7 +1018,7 @@ export default {
}
}
if(val) {
confirmSearch()
// confirmSearch()
}
}
)
......
......@@ -413,7 +413,6 @@ export default {
personTypeList.value = []
snapshotRecordApi.getPersonType({plaza_id:queryForm.plaza_id}).then(
(r) => {
console.log(1122,r)
if (isArray(r)) {
let personType = []
for (const item of r){
......@@ -428,7 +427,7 @@ export default {
}
}
if(val) {
confirmSearch()
// confirmSearch()
}
}
)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!