优化
This commit is contained in:
parent
208a599b96
commit
43b57460bf
@ -396,7 +396,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const obj = { status: 1, menuName: '同意了', comment: this.form.comment }
|
const obj = { status: 1, menuName: '同意了', comment: this.form.comment }
|
||||||
const params = Object.assign({}, { resultRecordId: this.$route.query.id || '' }, obj)
|
const params = Object.assign({}, { resultRecordId: this.obj.id || '' }, obj)
|
||||||
let res = await apiSaveapproval(params)
|
let res = await apiSaveapproval(params)
|
||||||
if (res.code !== 200) {
|
if (res.code !== 200) {
|
||||||
this.$message.error(res.msg || '出错了 ')
|
this.$message.error(res.msg || '出错了 ')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user