Commit c6c1d344 by 陈岩

feat: 解决搜索项bug

1 parent 0ebf7ea3
...@@ -1018,7 +1018,7 @@ export default { ...@@ -1018,7 +1018,7 @@ export default {
} }
} }
if(val) { if(val) {
confirmSearch() // confirmSearch()
} }
} }
) )
......
...@@ -413,7 +413,6 @@ export default { ...@@ -413,7 +413,6 @@ export default {
personTypeList.value = [] personTypeList.value = []
snapshotRecordApi.getPersonType({plaza_id:queryForm.plaza_id}).then( snapshotRecordApi.getPersonType({plaza_id:queryForm.plaza_id}).then(
(r) => { (r) => {
console.log(1122,r)
if (isArray(r)) { if (isArray(r)) {
let personType = [] let personType = []
for (const item of r){ for (const item of r){
...@@ -428,7 +427,7 @@ export default { ...@@ -428,7 +427,7 @@ export default {
} }
} }
if(val) { 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!