中扬CRM客户关系管理系统
#
Junjie
2023-11-10 a7daa6060b2fbf2f2130dc25b7972ad10e2db42e
src/main/webapp/static/js/plan/plan.js
@@ -281,7 +281,10 @@
        var file = _uploadFile
        $("#upload-file-id-" + file.lastModified).html("上传中")
        putObject(file).then((result) => {
        putObject(file,(p) => {
            // console.log(p)
            $("#upload-file-id-" + file.lastModified).html("上传中:" + (Math.round(p * 100)) + "%")
        }).then((result) => {
            var filename = result.name
            layer.msg('上传成功', {icon: 1});
            $("#upload-file-id-" + file.lastModified).html("上传成功")