From 1152ebba5d4e557c26b7726e39b536e7257aefd9 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 08 五月 2025 13:02:21 +0800
Subject: [PATCH] #
---
src/main/webapp/views/forklift.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/forklift.html b/src/main/webapp/views/forklift.html
index 0e69f9f..5c45a26 100644
--- a/src/main/webapp/views/forklift.html
+++ b/src/main/webapp/views/forklift.html
@@ -237,7 +237,7 @@
setVal(tr.children("td").eq(6), table[i-1].pick);
setVal(tr.children("td").eq(7), table[i-1].put);
setVal(tr.children("td").eq(8), table[i-1].iOMode$);
- setVal(tr.children("td").eq(9), table[i-1].errorCode);
+ setVal(tr.children("td").eq(9), table[i-1].errorCode$);
}
} else if (res.code === 403){
window.location.href = baseUrl+"/login";
--
Gitblit v1.9.1