|
@@ -1895,7 +1895,7 @@
|
|
|
'pcUserInfo').compId
|
|
|
uni.setStorageSync("quality_print", this.gridList)
|
|
|
uni.setStorageSync('typevalue', 3)
|
|
|
- uni.setStorageSync('gridList', {})
|
|
|
+ uni.removeStorageSync('gridList')
|
|
|
if (this.isZJ) {
|
|
|
this.isShowPrint = true
|
|
|
} else {
|
|
@@ -1940,7 +1940,7 @@
|
|
|
'checkcustomer', {}
|
|
|
)
|
|
|
uni.setStorageSync('typevalue', 3)
|
|
|
- uni.setStorageSync('gridList', {})
|
|
|
+ uni.removeStorageSync('gridList')
|
|
|
console.log('that.gridList', this.gridList)
|
|
|
// uni.navigateBack({})
|
|
|
} else if(res.data.message == '货物种类与类型不符,请确认!'){
|