修改 移动端 企标制修订-产品标准 涉及提交的节点参数携带人员信息表单

This commit is contained in:
baoyu
2024-06-14 17:02:23 +08:00
parent 7aac6bbc3c
commit 23d7fc7dcb
5 changed files with 5 additions and 5 deletions
@@ -1920,7 +1920,7 @@ export default {
this.saveLoading = true
this.form.commentText = this.formTongGuo.commentText
this.form.approvalOpinion = this.formTongGuo.approvalOpinion
const json = JSON.stringify(this.form);
const json = JSON.stringify({ form: this.form, roleForm: this.roleForm })
this.$http.post('lawss/activiti/completeTask', {
taskIds: this.taskIds,
userId : this.userId,
@@ -1920,7 +1920,7 @@ export default {
this.saveLoading = true
this.form.commentText = this.formTongGuo.commentText
this.form.approvalOpinion = this.formTongGuo.approvalOpinion
const json = JSON.stringify(this.form);
const json = JSON.stringify({ form: this.form, roleForm: this.roleForm })
this.$http.post('lawss/activiti/completeTask', {
taskIds: this.taskIds,
userId : this.userId,
@@ -1918,7 +1918,7 @@ export default {
this.saveLoading = true
this.form.commentText = this.formTongGuo.commentText
this.form.approvalOpinion = this.formTongGuo.approvalOpinion
const json = JSON.stringify(this.form);
const json = JSON.stringify({ form: this.form, roleForm: this.roleForm })
this.$http.post('lawss/activiti/completeTask', {
taskIds: this.taskIds,
userId : this.userId,
@@ -2014,7 +2014,7 @@ export default {
this.saveLoading = true
this.form.commentText = this.formTongGuo.commentText
this.form.approvalOpinion = this.formTongGuo.approvalOpinion
const json = JSON.stringify(this.form);
const json = JSON.stringify({ form: this.form, roleForm: this.roleForm })
this.$http.post('lawss/activiti/completeTask', {
taskIds: this.taskIds,
userId : this.userId,
@@ -1920,7 +1920,7 @@ export default {
this.saveLoading = true
this.form.commentText = this.formTongGuo.commentText
this.form.approvalOpinion = this.formTongGuo.approvalOpinion
const json = JSON.stringify(this.form);
const json = JSON.stringify({ form: this.form, roleForm: this.roleForm })
this.$http.post('lawss/activiti/completeTask', {
taskIds: this.taskIds,
userId : this.userId,