shish 3 лет назад
Родитель
Сommit
312c51ae12
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      hdApp/src/pagesPurchase/gathering.vue

+ 2 - 0
hdApp/src/pagesPurchase/gathering.vue

@@ -186,7 +186,9 @@ export default {
         that.selectList.forEach(item => {
           arr.push(item.id)
         })
+        uni.showLoading({title: '加载中',mask:true})
         purchaseClearCreateOrder({ purchaseIds:arr.join(','),ghsId:that.ghsId }).then(res => {
+          uni.hideLoading()
           if(res.code == 1) {
             if(res.data.hasUnComplete && res.data.hasUnComplete == 1){
               that.$util.confirmModal({content:'还有待完成的账单',okText:'查看'},() => {