fix(04): tree view state
This commit is contained in:
parent
0ed2d1326a
commit
99b526262a
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue