Commit 1bab473c authored by youjie's avatar youjie

no message

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