This commit is contained in:
xiongchengqiang 2020-12-08 19:23:09 +08:00
parent b25c778e3c
commit 7b64f2c6e8

View File

@ -338,7 +338,7 @@ export default {
}
}
const obj = { status: 1, menuName: '同意了', comment: form.comment }
const obj = { status: 1, menuName: '同意了', comment: this.form.comment }
const params = Object.assign({}, { resultRecordId: this.$route.query.id || '' }, obj)
let res = await apiSaveapproval(params)
if (res.code !== 200) {