Commit 829c68a6 by 袁成

fix:

parent e5ef073a
...@@ -311,7 +311,9 @@ export default { ...@@ -311,7 +311,9 @@ export default {
this.baseDataList = rows this.baseDataList = rows
} }
this.originBaseDataList = JSON.parse(JSON.stringify(this.baseDataList)) this.originBaseDataList = JSON.parse(JSON.stringify(this.baseDataList))
this.dataListShow = true if (!this.showModal) {
this.dataListShow = true
}
}, },
// 点击下拉菜单的条目 // 点击下拉菜单的条目
handleMainSearchSelectClick(item) { handleMainSearchSelectClick(item) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment