Commit aa940906 by zhaochengxiang

异常报错

parent 0c34a354
......@@ -28,7 +28,7 @@ const ImportAction = (props) => {
useEffect(() =>{
if ((action||'')==='') return;
if ((action||'')==='' || (modelerId||'')==='') return;
if (!mountRef.current && action === 'edit' && !permitCheckOut) {
return;
......
......@@ -63,7 +63,7 @@ class ImportExcelCopy extends React.Component {
<Col span={10}>
<Descriptions className='excel-copy-descritpion' column={1} size='small'>
<Descriptions.Item label='模型名称'>
{ translateValues[0] }
{ _modelName }
</Descriptions.Item>
<Descriptions.Item label='字段名称'>
{ _attrsStr }
......
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