From edacfca5a8e4e3abd4498eb81a34696b9ccd4c73 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 19 九月 2023 10:07:24 +0800
Subject: [PATCH] #
---
src/main/webapp/views/shuttle.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/shuttle.html b/src/main/webapp/views/shuttle.html
index eaf588b..1a882a4 100644
--- a/src/main/webapp/views/shuttle.html
+++ b/src/main/webapp/views/shuttle.html
@@ -315,7 +315,7 @@
setVal(tr.children("td").eq(11), table[i-1].runDir2$);
setVal(tr.children("td").eq(12), table[i-1].chargState$);
setVal(tr.children("td").eq(13), table[i-1].errState$);
- setVal(tr.children("td").eq(14), table[i-1].errCode);
+ setVal(tr.children("td").eq(14), table[i-1].errCode$);
setVal(tr.children("td").eq(15), table[i-1].suspendState$);
}
} else if (res.code === 403){
--
Gitblit v1.9.1