Commit 829e1c68 by zhaochengxiang

校验问题

parent 053e340a
......@@ -314,7 +314,7 @@ const ImportAction = (props) => {
dispatch({
type: 'datamodel.validateDataModel',
payload: {
data: (action==='detail'||action==='flow')?data:{ ...data, name: row.name||'', cnName: row.cnName||'' },
data: (action==='detail'||action==='flow'||action==='detail-version')?data:{ ...data, name: row.name||'', cnName: row.cnName||'' },
},
callback: _data => {
setValidateReports(_data||[]);
......
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