From 9015e720487b737743232b0b3aa464c2ac9e8d17 Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: 星期五, 15 十一月 2024 17:31:24 +0800
Subject: [PATCH] 修改请求地址

---
 src/main/resources/templates/tr/hiddenDangerCheck/dangerAccept/dangerAccept.html |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/tr/hiddenDangerCheck/dangerAccept/dangerAccept.html b/src/main/resources/templates/tr/hiddenDangerCheck/dangerAccept/dangerAccept.html
index 39c06b0..86c1a0e 100644
--- a/src/main/resources/templates/tr/hiddenDangerCheck/dangerAccept/dangerAccept.html
+++ b/src/main/resources/templates/tr/hiddenDangerCheck/dangerAccept/dangerAccept.html
@@ -138,7 +138,11 @@
                     field: 'acceptCreateTime',
                     title: '验收时间',
                     formatter: function (value, item, index) {
-                        return value.substring(0,10)
+                        if(value == null){
+                            return ''
+                        }else{
+                            return value.substring(0,10)
+                        }
                     }
                 },
                 {

--
Gitblit v1.9.2