支持扩展名:.rar .zip .doc .docx .pdf .jpg...
+支持.csv;.xlsx; .docx; .pdf; .jpg; .zip 等常见文件格式;上传文件大小不能超过50MB
+ +确认仅更新此题吗?
更新后,相关试卷自动同步
`, '提示', { + confirmButtonText: '确定', + cancelButtonText: '取消', + type: 'warning', + closeOnClickModal: false, + dangerouslyUseHTMLString: true, + }) + this.saveQues() + } catch (e) { + this.submiting = false + } } } catch (e) { // 有重复的 @@ -498,10 +571,10 @@ export default { // 保存题目 async saveQues () { const form = this.tempForm - await this.$post(this.api[form.id ? 'updateQuestion' : 'addQuestion'], form) + await this.$post(this.api[form.questionId ? 'updateQuestion' : 'addQuestion'], form) Util.successMsg('保存成功') this.submiting = false - this.keep ? this.init() : (this.quesVisible = false) + !form.questionId && this.keep ? this.init() : (this.quesVisible = false) this.repeatVisible = false }, // 弹框关闭回调