shish 3 лет назад
Родитель
Сommit
31e804ef20
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      hdApp/src/admin/order/workOrder.vue

+ 2 - 0
hdApp/src/admin/order/workOrder.vue

@@ -227,7 +227,9 @@ export default {
       //   return false       
       // }
       that.$util.confirmModal({content:'确认提交?'},() => {
+          uni.showLoading({mask:true})
           createOrder({...that.form,unitGoodsPrice:this.goodsPrice,modifyPrice:modifyPrice,dj:this.dj}).then((res) => {
+            uni.hideLoading()
             that.pageTo({url: '/admin/order/workOrderResult',type:2,query:{id:res.data.id}})
           })
       })