From aa98950c14167c9b90d31a855c25ff938d8da60e Mon Sep 17 00:00:00 2001 From: ken Date: Mon, 13 Jun 2022 21:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=8E=96=E5=AE=9A=E6=8C=89=E9=88=95+alert?= =?UTF-8?q?=E5=B7=B2=E4=BF=AE=E6=94=B9=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SolarPower/Startup.cs | 2 +- SolarPower/Views/Operation/OperationRecord.cshtml | 2 +- SolarPower/Views/StationOverview/StationOverviewInfo.cshtml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SolarPower/Startup.cs b/SolarPower/Startup.cs index ba0781b..0b9e12b 100644 --- a/SolarPower/Startup.cs +++ b/SolarPower/Startup.cs @@ -89,7 +89,7 @@ namespace SolarPower }); //#region 加入背景執行 - ////services.AddHostedService(); + //services.AddHostedService(); ////添加Quartz服務 //services.AddSingleton(); diff --git a/SolarPower/Views/Operation/OperationRecord.cshtml b/SolarPower/Views/Operation/OperationRecord.cshtml index e2867da..5f929c7 100644 --- a/SolarPower/Views/Operation/OperationRecord.cshtml +++ b/SolarPower/Views/Operation/OperationRecord.cshtml @@ -1150,7 +1150,7 @@ operationRecordTable.ajax.reload(); } - alert("撌脖耨孵"); + toast_ok("撌脖耨孵"); // 瘨摰 $("#save-record-btn").attr('disabled', false); } diff --git a/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml b/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml index 76dc97d..e980bb9 100644 --- a/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml +++ b/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml @@ -1740,7 +1740,7 @@ operationRecordTable.ajax.reload(); } - alert("撌脖耨孵"); + toast_ok("撌脖耨孵"); // 瘨摰 $("#save-record-op-btn").attr('disabled', false); }