From a1ea92d773f2fc846651c0c31d18ccc9ed1a8fb2 Mon Sep 17 00:00:00 2001 From: cp <513960435@qq,com> Date: 星期三, 17 一月 2024 17:09:09 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/mdqdwcs' into mdqdwcs --- src/main/webapp/views/pipeline.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html index 804c3fd..8b93177 100644 --- a/src/main/webapp/views/pipeline.html +++ b/src/main/webapp/views/pipeline.html @@ -282,7 +282,7 @@ setVal(tr.children("td").eq(8), table[i-1].staNo); setVal(tr.children("td").eq(9), table[i-1].locType1); setVal(tr.children("td").eq(10), table[i-1].autoOut); - setVal(tr.children("td").eq(10), table[i-1].autoIn); + setVal(tr.children("td").eq(11), table[i-1].autoIn); } } else if (res.code === 403){ window.location.href = baseUrl+"/login"; -- Gitblit v1.9.1