From 3a7190ea080675b9375d1159c18d1a0a6db359b5 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Mon, 20 Feb 2023 14:06:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=97=AE=E7=AD=94=20?= =?UTF-8?q?=E6=8F=90=E9=97=AE=E6=8F=90=E4=BA=A4=E6=8E=A5=E5=8F=A3=E8=B0=83?= =?UTF-8?q?=E5=8F=96addQuizOrAnswerTasks=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/personal/pages/my-questions/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue index e4f269600..21f35cc12 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -1933,6 +1933,12 @@ export default { this.handleSelectForm.lawName = '' this.handleSelectForm.standName = '' this.handleSelectForm.numberName = '' + this.$http.postData('lawss/activiti/addQuizOrAnswerTasks',{ str:res.data }, + { + _this: this + }, res => { + }, e => { + }) }, e => { this.submitBtnLoading = false })