This commit is contained in:
xiongchengqiang 2020-12-08 19:09:42 +08:00
parent a8b089968b
commit a95e2fcdc4

View File

@ -338,7 +338,7 @@ export default {
}
}
const obj = { status: 1, menuName: '同意了' }
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) {
@ -356,7 +356,7 @@ export default {
type: 'success'
})
this.dialogFormVisible = false
// history.go(0)
history.go(0)
},
//
handleBohui () {