Commit 187d7169 by zhaochengxiang

word导入弹窗不自动关闭

parent 829e1c68
...@@ -277,7 +277,7 @@ class Model extends React.Component { ...@@ -277,7 +277,7 @@ class Model extends React.Component {
} }
if (wordData && ((wordData.msg||'')!=='')) { if (wordData && ((wordData.msg||'')!=='')) {
showNotifaction('提示', wordData.msg, 5); showNotifaction('提示', wordData.msg);
} }
if (wordData && (wordData.content||[]).length > 0) { if (wordData && (wordData.content||[]).length > 0) {
......
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