Browse Source

测试数据提交

callm 10 months ago
parent
commit
948f82dc50
3 changed files with 5 additions and 4 deletions
  1. 2 1
      src/views/lab/index.vue
  2. 2 2
      src/views/lab/right1.vue
  3. 1 1
      src/views/lab/right2.vue

+ 2 - 1
src/views/lab/index.vue

@@ -124,7 +124,8 @@ export default {
       dateYear: null,
       dateWeek: null,
       weekday: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'],
-      decorationColor: ['#568aea', '#000000']
+      decorationColor: ['#568aea', '#000000'],
+      decode:null,
     }
   },
   components: {

+ 2 - 2
src/views/lab/right1.vue

@@ -64,10 +64,10 @@ export default {
           }
       );
 
-      caller = 'KB!LABRIGHT2';
+      caller = 'KB!LABRIGHT1';
       await this.$http.get("kanban/datalist.action?caller="+caller+"&_noc=1&page=1&pageSize=100",{
         params: {
-          condition:"1=1",
+          condition:"v_device='"+sessionStorage.getItem('decode')+"'",
         }
       }).then((result)=>{
         let xAxis0 = new Array();

+ 1 - 1
src/views/lab/right2.vue

@@ -67,7 +67,7 @@ export default {
       caller = 'KB!LABRIGHT2';
       await this.$http.get("kanban/datalist.action?caller="+caller+"&_noc=1&page=1&pageSize=100",{
         params: {
-          condition:"1=1",
+          condition:"v_device='"+sessionStorage.getItem('decode')+"'",
         }
       }).then((result)=>{
             let xAxis0 = new Array();