Commit 1bab473c authored by youjie's avatar youjie

no message

parent da416fc3
......@@ -159,7 +159,6 @@
},
methods: {
uploadFileCheck(files) {//文件上传
this.uploadParm.params = JSON.stringify(this.uploadParm.params)
if(this.uploadParm.params.ExamName.length==0){
Notify.create({
icon: "error",
......@@ -169,6 +168,7 @@
});
return false;
}
this.uploadParm.params = JSON.stringify(this.uploadParm.params)
Loading.show({
message:"正在上传文件"
})
......
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