callm 7 сар өмнө
parent
commit
df08cbd83f

+ 1 - 1
src/views/prodline/up2.vue

@@ -101,7 +101,7 @@ export default {
       caller = 'KB!TOTALDayMakeRate';
       await this.$http.get("kanban/datalist.action?caller="+caller+"&_noc=1&page=1&pageSize=100",{
         params: {
-          condition: "V_OUTLINE='"+sessionStorage.getItem('li_code')+"'" ,
+          condition: "V_OUTLINE='"+licode+"'" ,
         }
       }).then((result) => {
             let dataList = JSON.parse(result.data.data);