cp
2024-01-17 a1ea92d773f2fc846651c0c31d18ccc9ed1a8fb2
Merge remote-tracking branch 'origin/mdqdwcs' into mdqdwcs
1个文件已修改
2 ■■■ 已修改文件
src/main/webapp/views/pipeline.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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";