cp
2024-01-17 3fbef8c9533fea45f5ece7f8384fc8172d3fd4e2
src/main/webapp/views/pipeline.html
@@ -281,8 +281,8 @@
                        setVal(tr.children("td").eq(7), table[i-1].emptyMk);
                        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].autoIn);
                        setVal(tr.children("td").eq(10), table[i-1].autoOut);
                        setVal(tr.children("td").eq(10), table[i-1].autoIn);
                    }
                } else if (res.code === 403){
                    window.location.href = baseUrl+"/login";