BUG 29102

This commit is contained in:
aixianling
2022-04-14 14:39:29 +08:00
parent 6291f35dca
commit 64a98b4712

View File

@@ -573,7 +573,9 @@ export default {
*/
agreeRefulse(index) {
let dictionaryArr = []
this.loading = true
this.instance.post(`/app/approv-alapply-info/approval-popup?id=${this.detail.id}&type=${index}`).then(res => {
this.loading = false
if (res && res.data) {
if (index == 1) {
res.data.fieldInfos.map(e => {
@@ -600,6 +602,7 @@ export default {
}
}
}).catch(err => {
this.loading = false
console.log(err);
})
},