[update] 修改企标更改流程同意的传参

This commit is contained in:
lideqin
2023-12-06 20:01:43 +08:00
parent 8e2e197d5b
commit ae9cbe1f40
@@ -417,8 +417,9 @@ export default {
this.approvalInfoForm.validateFields((err, values) => {
if (!err) {
this.loading = true
const param = Object.assign({}, values)
param.taskId = this.$route.query.taskId
const param = {}
param.common = Object.assign({}, values)
param.common.taskId = this.$route.query.taskId
enStandardChangeAgree(param).then(res => {
if (res.success) {
this.$message.success(res.message)