Commit 67e2e752 by zhaochengxiang

word上传文件支持docx

parent ee5692b3
...@@ -29,7 +29,7 @@ const WordTemplateModal = (props) => { ...@@ -29,7 +29,7 @@ const WordTemplateModal = (props) => {
return false; return false;
}, },
fileList: fileList||[], fileList: fileList||[],
accept:".doc", accept:".doc,.docx",
}; };
const handleOk = () => { const handleOk = () => {
......
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