feat:生成考试试卷
This commit is contained in:
parent
a29e8bad30
commit
8f8b771c8f
File diff suppressed because one or more lines are too long
|
@ -141,8 +141,7 @@
|
|||
handleUpSuccess(res, file, filelist) {
|
||||
let that =this;
|
||||
if (res.code == 201){
|
||||
// this.impForm.file = res.data.path;
|
||||
that.impForm.doc_path = "C:\\code\\data\\test.docx";
|
||||
that.impForm.doc_path = res.data.path;
|
||||
console.log(that.impForm)
|
||||
UploadPaper(that.impForm).then(res => {
|
||||
if (res.code == 200) {
|
||||
|
|
|
@ -134,7 +134,6 @@
|
|||
this.submitLoding = true;
|
||||
updatePaper(this.Form.id,this.Form).then(response => {
|
||||
this.submitLoding = false;
|
||||
this.$forceUpdate();
|
||||
this.$message({
|
||||
type: "success",
|
||||
message: "编辑成功!"
|
||||
|
|
Loading…
Reference in New Issue