|
@@ -475,6 +475,7 @@ export default {
|
|
this.hideLoading()
|
|
this.hideLoading()
|
|
notify('success', '项目修改成功')
|
|
notify('success', '项目修改成功')
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
|
|
+ this.hideLoading()
|
|
notify('error', error.data)
|
|
notify('error', error.data)
|
|
console.log(error)
|
|
console.log(error)
|
|
})
|
|
})
|
|
@@ -621,6 +622,7 @@ export default {
|
|
this.reportList = res.reportList
|
|
this.reportList = res.reportList
|
|
this.hideLoading()
|
|
this.hideLoading()
|
|
}).catch((error) => {
|
|
}).catch((error) => {
|
|
|
|
+ this.hideLoading()
|
|
notify('error', error.data)
|
|
notify('error', error.data)
|
|
})
|
|
})
|
|
},
|
|
},
|