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 })