@@ -124,7 +124,8 @@ export default {
dateYear: null,
dateWeek: null,
weekday: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'],
- decorationColor: ['#568aea', '#000000']
+ decorationColor: ['#568aea', '#000000'],
+ decode:null,
}
},
components: {
@@ -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();
@@ -67,7 +67,7 @@ export default {
caller = 'KB!LABRIGHT2';