gjy 2 лет назад
Родитель
Сommit
e44ef30bc1
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      pages/user/contractLook/inventoryCost.vue

+ 3 - 0
pages/user/contractLook/inventoryCost.vue

@@ -98,6 +98,9 @@
 			this.parameter.warehouseName = this.costList[0].warehouseName
 		   this.parameter.startDate = helper.getNowFormatDate()
 		   this.parameter.endDate = helper.getNowFormatDate()
+		   uni.showLoading({
+		   	title: '正在加载'
+		   })
 		   this.$api.doRequest('get', '/warehouseBaseInfo/selectWarehouseSelf', {
 		   	compId: uni.getStorageSync('pcUserInfo').compId,
 		   }).then(res => {