Commit 73b21250 by liangzhen

样式调整

1 parent 49c88ed5
......@@ -923,7 +923,7 @@ export default {
padding: 10px;
}
.rightscollBig {
height: 680px;
// height: 680px;
overflow-y: auto;
padding: 10px;
}
......
......@@ -656,16 +656,17 @@ export default {
}
},
change(id) {
console.log(this.hgx,'2222')
console.log(this.hgx,'3')
if (JSON.stringify(this.questionList) == JSON.stringify(this.oldQuestionList)) {
this.active = id * 1
// this.tabListKY = MaterialsListKY(id * 1 + 1);
if(this.hgx=='hgx'){
this.working(this.clqparams)
}else{
this.init(this.clqparams)
}
// if(this.hgx=='hgx'){
// this.working(this.clqparams)
// }else{
// this.init(this.clqparams)
// }
this.init(this.clqparams)
return
}
......@@ -759,17 +760,6 @@ export default {
const isProblem = item.evalList.filter((v) => v.evalQues).length
item.isProblem = isProblem > 0 ? 1 : 0
})
// this.questionList.forEach((item) => {
// if (!item.evalQues && item.isProblem != 0) {
// console.log(item.evalQues, item.isProblem, "2222");
// this.$message({
// message: "请完成录入全部问题或选择未发现问题",
// type: "warning",
// });
// throw new Error();
// }
// });
console.log(this.questionList, 'questionList')
let params = {
......@@ -803,7 +793,6 @@ export default {
}
},
fileupdate(res, items) {
console.log(this.file.size / 1024, '222222')
this.file = res.file
this.submitFile(res, items)
},
......@@ -927,7 +916,7 @@ export default {
padding: 10px;
}
.rightscollBig {
height: 680px;
// height: 680px;
overflow-y: auto;
padding: 10px;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!