fix:保存完参数后,按钮还在saving状态的bug

This commit is contained in:
hrz
2025-09-13 09:22:11 +08:00
parent f5143d60b7
commit 64f3062eb2
2 changed files with 41 additions and 30 deletions
@@ -122,6 +122,9 @@ export default {
visible(newVal) {
if (newVal) {
this.dialogKey = Date.now();
} else {
// 当对话框关闭时,重置saving状态
this.saving = false;
}
}
}