|
@@ -208,10 +208,7 @@ Page({
|
|
|
|
|
|
async getAllReportInfo (reportid) {
|
|
|
const that = this
|
|
|
-
|
|
|
- wx.showLoading({
|
|
|
- title: '加载中...',
|
|
|
- })
|
|
|
+ wx.showNavigationBarLoading()
|
|
|
await this.getReportUserInfoFn(reportid)
|
|
|
await this.getReportFn(this.data.systemNameList[1].reqName).then(response => {
|
|
|
that.setData({
|
|
@@ -295,8 +292,7 @@ Page({
|
|
|
systemNameList14Res: response
|
|
|
})
|
|
|
})
|
|
|
-
|
|
|
- wx.hideLoading()
|
|
|
+ wx.hideNavigationBarLoading()
|
|
|
},
|
|
|
|
|
|
|