Commit bb8bef88 authored by 黄奎's avatar 黄奎

页面修改

parent 22962d2a
......@@ -222,7 +222,7 @@ Vue.prototype.UploadLocalSystem = function (params, fileObj, successCall) {
let that = this;
let url = that.domainManager().CRMUploadUrl;
let formData = new FormData()
if (configObj) {
if (params) {
formData.append("params", params);
}
formData.append('myfile', fileObj);
......
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