fix: 配置参数刷新关闭嵌套编辑
This commit is contained in:
@@ -83,6 +83,8 @@ function fnTabActiveTopTag(key: string | number) {
|
||||
.finally(() => {
|
||||
tableState.arrayNewIndex = -1;
|
||||
tableState.editRecord = {};
|
||||
tableState.arrayChildNewIndex = -1;
|
||||
tableState.arrayChildEditRecord = {};
|
||||
tableState.loading = false;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user