鎖定按鈕+alert已修改完成

This commit is contained in:
ken 2022-06-13 21:17:42 +08:00
parent 466a0bde5b
commit aa98950c14
3 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ namespace SolarPower
}); });
//#region 加入背景執行 //#region 加入背景執行
////services.AddHostedService<OperationScheduleBackgroundService>(); //services.AddHostedService<OperationScheduleBackgroundService>();
////添加Quartz服務 ////添加Quartz服務
//services.AddSingleton<IJobFactory, SingletonJobFactory>(); //services.AddSingleton<IJobFactory, SingletonJobFactory>();

View File

@ -1150,7 +1150,7 @@
operationRecordTable.ajax.reload(); operationRecordTable.ajax.reload();
} }
alert("已修改完成"); toast_ok("已修改完成");
// 取消鎖定按鈕 // 取消鎖定按鈕
$("#save-record-btn").attr('disabled', false); $("#save-record-btn").attr('disabled', false);
} }

View File

@ -1740,7 +1740,7 @@
operationRecordTable.ajax.reload(); operationRecordTable.ajax.reload();
} }
alert("已修改完成"); toast_ok("已修改完成");
// 取消鎖定按鈕 // 取消鎖定按鈕
$("#save-record-op-btn").attr('disabled', false); $("#save-record-op-btn").attr('disabled', false);
} }