[update] 修改年度制修订标准化发起流程驳回报错

This commit is contained in:
lideqin
2023-12-12 13:44:12 +08:00
parent a4d951b99e
commit f24673868a
@@ -506,7 +506,8 @@ export default {
if (!err) {
this.loading = true
const param = {}
param.commom = Object.assign({}, values, { taskId: this.$route.query.taskId })
param.common = Object.assign({}, values)
param.common.taskId = this.$route.query.taskId
console.log(param, this.$route.query.taskId)
standardizationInitReject(param).then(res => {
if (res.success) {