|
@@ -65,7 +65,8 @@
|
|
onLoad(opt) {
|
|
onLoad(opt) {
|
|
// console.log('opt++',opt);
|
|
// console.log('opt++',opt);
|
|
this.vin = opt.vin;
|
|
this.vin = opt.vin;
|
|
- this.tabIndex = opt.tabIndex;
|
|
|
|
|
|
+ this.tabIndex = Number( opt.tabIndex)+1;
|
|
|
|
+ this.groupData = uni.getStorageSync('childrenList');
|
|
this.token = opt.token;
|
|
this.token = opt.token;
|
|
this.param = opt.param;
|
|
this.param = opt.param;
|
|
this.access_time = opt.access_time;
|
|
this.access_time = opt.access_time;
|
|
@@ -139,10 +140,10 @@
|
|
title: '加载中'
|
|
title: '加载中'
|
|
});
|
|
});
|
|
this.$http('/advancedEpc/getPartsPc', {
|
|
this.$http('/advancedEpc/getPartsPc', {
|
|
- vin: this.son_vin,
|
|
|
|
|
|
+ vin: this.vin,
|
|
token: this.son_token,
|
|
token: this.son_token,
|
|
param: this.son_param,
|
|
param: this.son_param,
|
|
- access_time: this.son_access_time,
|
|
|
|
|
|
+ access_time: this.access_time,
|
|
}, 'GET').then(res => {
|
|
}, 'GET').then(res => {
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|
|
|
|
|