diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue index 4fa10ef21..10af77639 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -1933,7 +1933,9 @@ export default { this.handleSelectForm.lawName = '' this.handleSelectForm.standName = '' this.handleSelectForm.numberName = '' - this.$http.postData('lawss/activiti/startProcessRollBack',{ str:res.data }, + this.$http.postData('lawss/activiti/startProcessRollBack',{ + json: JSON.stringify(res.data), + type: '27' }, { _this: this }, res => {