fix(04): tree view state

This commit is contained in:
puriphatt 2024-09-26 13:14:14 +07:00
parent 0ed2d1326a
commit 99b526262a

View file

@ -3705,6 +3705,7 @@ watch(
() => { () => {
clearFormService(); clearFormService();
dialogService = false; dialogService = false;
serviceTreeView = false;
onCreateImageList = { selectedImage: '', list: [] }; onCreateImageList = { selectedImage: '', list: [] };
flowStore.rotate(); flowStore.rotate();
} }
@ -3994,6 +3995,7 @@ watch(
() => { () => {
clearFormService(); clearFormService();
flowStore.rotate(); flowStore.rotate();
serviceTreeView = false;
dialogServiceEdit = false; dialogServiceEdit = false;
} }
" "