|
|
@ -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"; |
|
|
|