BUG 29102
This commit is contained in:
@@ -573,7 +573,9 @@ export default {
|
|||||||
*/
|
*/
|
||||||
agreeRefulse(index) {
|
agreeRefulse(index) {
|
||||||
let dictionaryArr = []
|
let dictionaryArr = []
|
||||||
|
this.loading = true
|
||||||
this.instance.post(`/app/approv-alapply-info/approval-popup?id=${this.detail.id}&type=${index}`).then(res => {
|
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 (res && res.data) {
|
||||||
if (index == 1) {
|
if (index == 1) {
|
||||||
res.data.fieldInfos.map(e => {
|
res.data.fieldInfos.map(e => {
|
||||||
@@ -600,6 +602,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
|
this.loading = false
|
||||||
console.log(err);
|
console.log(err);
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user