mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
解决微课添加考试的一个bug
This commit is contained in:
@@ -737,7 +737,6 @@
|
||||
this.homework.info.id='';
|
||||
this.exam.content={id:'',contentType:61,sortIndex:3};
|
||||
this.exam.show=1;
|
||||
this.exam.content='';
|
||||
this.exam.paperJson={items:[]};
|
||||
this.exam.info.id='';
|
||||
this.exam.info.paperContent='';
|
||||
|
||||
@@ -313,7 +313,7 @@ export function getUType(type) {
|
||||
return name;
|
||||
}
|
||||
|
||||
/**此方法的意义,需要一起讨论*/
|
||||
/**此方法的定义,后期需要云掉*/
|
||||
export function experienceValue(total) {
|
||||
let data = {
|
||||
start:'',
|
||||
|
||||
Reference in New Issue
Block a user