|
@@ -104,7 +104,9 @@
|
|
|
},
|
|
|
onShow() {
|
|
|
this.gridList = uni.getStorageSync("quality_print")
|
|
|
- // this.gridList.compId = uni.getStorageSync('pcUserInfo').compId
|
|
|
+ if(!this.gridList.compId){
|
|
|
+ this.gridList.compId = uni.getStorageSync('pcUserInfo').compId
|
|
|
+ }
|
|
|
console.log(this.gridList)
|
|
|
let that = this;
|
|
|
let width;
|