我的问答 提问提交接口调取addQuizOrAnswerTasks接口

This commit is contained in:
zyx.net
2023-02-20 14:06:14 +08:00
parent b2df5122d8
commit 3a7190ea08
@@ -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
})