|
|
@@ -179,9 +179,12 @@ export default {
|
|
|
this.delStatus = this.option.delStatus
|
|
|
}
|
|
|
let requestType = this.option.warning && this.option.warning == 1 ? 'warning' : 'itemList'
|
|
|
- this.initData({ type, shopId: this.shopId,status:this.status,delStatus:this.delStatus,requestType:requestType})
|
|
|
+ this.initData({ type, shopId: this.shopId,status:this.status,delStatus:this.delStatus,requestType:requestType}).then(res=>{
|
|
|
+ uni.hideLoading()
|
|
|
+ })
|
|
|
},
|
|
|
refreshItem(){
|
|
|
+ uni.showLoading({mask:true})
|
|
|
this.initItem()
|
|
|
},
|
|
|
hideChangeFn(item,status){
|