From b698f7fa52dd350838afd87460232291c779f5fb Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 21 八月 2020 13:27:40 +0800 Subject: [PATCH] # --- 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 9c35d6e..d820bb2 100644 --- a/src/main/webapp/views/pipeline.html +++ b/src/main/webapp/views/pipeline.html @@ -177,7 +177,7 @@ setVal(tr.children("td").eq(5), table[i-1].outEnable); setVal(tr.children("td").eq(6), table[i-1].inreq1); setVal(tr.children("td").eq(7), table[i-1].emptyMk); - setVal(tr.children("td").eq(9), table[i-1].staNo); + setVal(tr.children("td").eq(8), table[i-1].staNo); } } else if (res.code === 403){ window.location.href = baseUrl+"/login"; -- Gitblit v1.9.1