Merge branch 'bjxz-dev' of http://139.9.66.234:18023/dhp/zhgdyunapp into bjxz-dev
This commit is contained in:
commit
4f45f2310d
@ -121,7 +121,7 @@
|
|||||||
this.info = JSON.parse(options.info);
|
this.info = JSON.parse(options.info);
|
||||||
this.statusBarHeight = uni.getStorageSync('systemInfo').statusBarHeight
|
this.statusBarHeight = uni.getStorageSync('systemInfo').statusBarHeight
|
||||||
this.projectSn = JSON.parse(uni.getStorageSync('projectDetail')).projectSn;
|
this.projectSn = JSON.parse(uni.getStorageSync('projectDetail')).projectSn;
|
||||||
console.log(options);
|
console.log(this.info);
|
||||||
},
|
},
|
||||||
onShow(){
|
onShow(){
|
||||||
this.getcheckingList();
|
this.getcheckingList();
|
||||||
@ -148,7 +148,7 @@
|
|||||||
success: res => {
|
success: res => {
|
||||||
console.log(res.result.records);
|
console.log(res.result.records);
|
||||||
that.checkingList = res.result.records;
|
that.checkingList = res.result.records;
|
||||||
this.checkingInfoDetail = res.result.records[0];
|
this.checkingInfoDetail = res.result.records.length > 0 ? res.result.records[0] : {};
|
||||||
this.getcheckingInfo();
|
this.getcheckingInfo();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user