|
@@ -177,6 +177,7 @@
|
|
|
}
|
|
|
},
|
|
|
onLoad(onLoad) {
|
|
|
+ this.checkStatus = uni.getStorageSync('checkStatus');
|
|
|
isProcurement({
|
|
|
"param": "cloud_warehouse"
|
|
|
}).then(res => {
|
|
@@ -191,7 +192,6 @@
|
|
|
},
|
|
|
methods: {
|
|
|
loadList(onLoad){
|
|
|
- this.checkStatus = uni.getStorageSync('checkStatus');
|
|
|
if (uni.getStorageSync('whether_openShare') == 1) {
|
|
|
appDetailNew(onLoad).then(res => {
|
|
|
this.dataForm = res.data
|