mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
解决微课添加考试的一个bug
This commit is contained in:
@@ -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='';
|
||||||
|
|||||||
@@ -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:'',
|
||||||
|
|||||||
Reference in New Issue
Block a user