From 59664c85e2200bc17416ded9ec09a9842eb15a2b Mon Sep 17 00:00:00 2001 From: Marvin Date: Sat, 7 May 2022 22:12:00 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9REPController=E5=8F=96?= =?UTF-8?q?=E6=B6=88HttpPost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AMESCoreStudio.Web/Controllers/REPController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AMESCoreStudio.Web/Controllers/REPController.cs b/AMESCoreStudio.Web/Controllers/REPController.cs index b449c6a7..f456bac0 100644 --- a/AMESCoreStudio.Web/Controllers/REPController.cs +++ b/AMESCoreStudio.Web/Controllers/REPController.cs @@ -374,7 +374,7 @@ namespace AMESCoreStudio.Web.Controllers } //頁面提交,id=0 添加,id>0 修改 - [HttpPost] + public async Task REP001RSaveAsync(REP001ViewModel model, IFormFile formFile) { IResultModel result; @@ -725,7 +725,7 @@ namespace AMESCoreStudio.Web.Controllers return View(model); } - [HttpPost] + public async Task REP002CSaveAsync(REP001ViewModel model, IFormFile formFile) { IResultModel result;