From c40e57ba4fbe4c07933838c669c98d69922862e7 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Mon, 20 Feb 2023 16:51:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E7=AD=94=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/personal/pages/my-questions/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 => {