|
@@ -104,6 +104,7 @@
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
this.gridList = uni.getStorageSync("quality_print")
|
|
this.gridList = uni.getStorageSync("quality_print")
|
|
|
|
+ this.utils.nullToString(this.gridList)
|
|
if(!this.gridList.compId){
|
|
if(!this.gridList.compId){
|
|
this.gridList.compId = uni.getStorageSync('pcUserInfo').compId
|
|
this.gridList.compId = uni.getStorageSync('pcUserInfo').compId
|
|
}
|
|
}
|