From 02b4bcdfd463410b30052567302ae176987ab9ed Mon Sep 17 00:00:00 2001 From: Marvin Date: Mon, 9 May 2022 19:19:17 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=AD=A3=E5=90=8E=E5=88=A4=E7=BB=B4?= =?UTF-8?q?=E4=BF=AE=E8=BE=93=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AMESCoreStudio.Web/Controllers/REPController.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AMESCoreStudio.Web/Controllers/REPController.cs b/AMESCoreStudio.Web/Controllers/REPController.cs index fe97d580..ff452018 100644 --- a/AMESCoreStudio.Web/Controllers/REPController.cs +++ b/AMESCoreStudio.Web/Controllers/REPController.cs @@ -716,6 +716,9 @@ namespace AMESCoreStudio.Web.Controllers } else { + NgRepair ngRepair = new NgRepair(); + model.ngRepair = ngRepair; + ViewBag.Image1Url = $"\\REPImage\\" + "noimage.jfif"; ViewBag.Image2Url = $"\\REPImage\\" + "noimage.jfif"; ViewBag.Image3Url = $"\\REPImage\\" + "noimage.jfif";