fix: 隐藏后,立即取消选中组件
This commit is contained in:
parent
634b5c2bea
commit
abbf678e89
@ -850,6 +850,12 @@ export const useChartEditStore = defineStore({
|
|||||||
}
|
}
|
||||||
this.updateComponentList(index, targetItem)
|
this.updateComponentList(index, targetItem)
|
||||||
loadingFinish()
|
loadingFinish()
|
||||||
|
|
||||||
|
// 取消选择隐藏
|
||||||
|
if (status) {
|
||||||
|
const chartEditStore = useChartEditStore()
|
||||||
|
chartEditStore.setTargetSelectChart(undefined)
|
||||||
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
} catch (value) {
|
} catch (value) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user