Commit 93f6e219 authored by 以墨为白's avatar 以墨为白 🎧

1

parent 8cdb5014
......@@ -764,7 +764,11 @@ export default {
this.centerDialogVisible_add = false;
this.loadingText = "0%";
fileUploadProgress("api/rest/3z/document/upload", fd, res => {
load.text = res;
if(res != "100%"){
load.text = "上传中:" + res;
} else {
load.text = "完成中";
}
},
res => {
endLoading();
......
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