解决微课添加考试的一个bug

This commit is contained in:
daihh
2022-11-13 21:13:07 +08:00
parent 03f0a84c2d
commit cf57e2df37
2 changed files with 1 additions and 2 deletions

View File

@@ -737,7 +737,6 @@
this.homework.info.id=''; this.homework.info.id='';
this.exam.content={id:'',contentType:61,sortIndex:3}; this.exam.content={id:'',contentType:61,sortIndex:3};
this.exam.show=1; this.exam.show=1;
this.exam.content='';
this.exam.paperJson={items:[]}; this.exam.paperJson={items:[]};
this.exam.info.id=''; this.exam.info.id='';
this.exam.info.paperContent=''; this.exam.info.paperContent='';

View File

@@ -313,7 +313,7 @@ export function getUType(type) {
return name; return name;
} }
/**此方法的义,需要一起讨论*/ /**此方法的义,后期需要云掉*/
export function experienceValue(total) { export function experienceValue(total) {
let data = { let data = {
start:'', start:'',