|
@ -434,7 +434,11 @@ export default { |
|
|
finr: row.finr, |
|
|
finr: row.finr, |
|
|
maintwoid: row.maintwoid, |
|
|
maintwoid: row.maintwoid, |
|
|
status: this.updatestatusEnum[row.status], |
|
|
status: this.updatestatusEnum[row.status], |
|
|
}) |
|
|
|
|
|
|
|
|
}).then(res => { |
|
|
|
|
|
if (res.code === 200) { |
|
|
|
|
|
this.open = false |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
this.getList() |
|
|
this.getList() |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|