[update] 修改年度制修订标准化发起流程驳回报错
This commit is contained in:
+2
-1
@@ -506,7 +506,8 @@ export default {
|
|||||||
if (!err) {
|
if (!err) {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
const param = {}
|
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)
|
console.log(param, this.$route.query.taskId)
|
||||||
standardizationInitReject(param).then(res => {
|
standardizationInitReject(param).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
|
|||||||
Reference in New Issue
Block a user