mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 00:02:51 +08:00
fix: 隐藏后,立即取消选中组件
This commit is contained in:
parent
00aaf3427a
commit
11d4f86551
@ -850,6 +850,12 @@ export const useChartEditStore = defineStore({
|
||||
}
|
||||
this.updateComponentList(index, targetItem)
|
||||
loadingFinish()
|
||||
|
||||
// 取消选择隐藏
|
||||
if (status) {
|
||||
const chartEditStore = useChartEditStore()
|
||||
chartEditStore.setTargetSelectChart(undefined)
|
||||
}
|
||||
return
|
||||
}
|
||||
} catch (value) {
|
||||
|
Loading…
Reference in New Issue
Block a user