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();
|
||||
dialogService = false;
|
||||
serviceTreeView = false;
|
||||
onCreateImageList = { selectedImage: '', list: [] };
|
||||
flowStore.rotate();
|
||||
}
|
||||
|
|
@ -3994,6 +3995,7 @@ watch(
|
|||
() => {
|
||||
clearFormService();
|
||||
flowStore.rotate();
|
||||
serviceTreeView = false;
|
||||
dialogServiceEdit = false;
|
||||
}
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue