Commit b0a8f7db by qiaoyanqi

刷新气泡

parent ee49da15
...@@ -211,6 +211,9 @@ export default { ...@@ -211,6 +211,9 @@ export default {
item.name.indexOf(this.selectValue) !== -1 item.name.indexOf(this.selectValue) !== -1
) )
}) })
this.$nextTick(()=>{
this.refreshPopover();
})
}, },
// 获取下拉列表数据 // 获取下拉列表数据
async getBaseDataList() { async getBaseDataList() {
......
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