This commit is contained in:
xiongchengqiang 2020-12-15 13:42:28 +08:00
parent 208a599b96
commit 43b57460bf

View File

@ -396,7 +396,7 @@ export default {
}
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)
if (res.code !== 200) {
this.$message.error(res.msg || '出错了 ')