BUG 29102
This commit is contained in:
@@ -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);
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user