Commit 6ff874be authored by 黄奎's avatar 黄奎
parents ed121a97 af82fd8d
......@@ -778,9 +778,6 @@
},
//保存题目
SavePaper() {
console.log(this.DataObj,'dataobj');
console.log(this.validateType());
return
if(this.validateType()){
savePaperInfo(this.DataObj).then(res => {
if (res.Code == 1) {
......@@ -805,7 +802,6 @@
})
}
},
//验证
validateType() {
var result = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment