Browse Source

慧眼看板调整人员照片调整

xiaost 1 week ago
parent
commit
f83f893477
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/views/assembly/centerRight1.vue

+ 2 - 3
src/views/assembly/centerRight1.vue

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