Commit eba5cbfd by 乔延琦

Merge branch 'develop-yuancheng' into 'develop'

Develop yuancheng

See merge request GFP/RBC/rbc-frontend!111
parents e521d8c7 e699388f
...@@ -293,7 +293,9 @@ export default { ...@@ -293,7 +293,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))
if (!this.showModal) {
this.dataListShow = true 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