Commit 35acaec6 authored by 黄奎's avatar 黄奎

成员邀请

parent ca4bbf5e
......@@ -114,7 +114,8 @@ const closed = () => {
//导入文件地址
const getUploadActionUrl=()=>{
const url=domainManager().domainUrl.replace("common","file")+`?cmd=dmc_post_LocalFileUpload&Type=19&fileType=1&PPTEmployeeId=${userInfo.value.id}`
let uid=userInfo.value.id;
const url=domainManager().domainUrl.replace("common","file")+`?cmd=dmc_post_LocalFileUpload&Type=19&fileType=1&PPTEmployeeId=${encodeURIComponent(uid)}`
return url;
}
......
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