From 8a0442fe48ef5a8d314fd8426475ae44de81a047 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期四, 24 四月 2025 15:32:51 +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