Commit 05f23131 by zhaochengxiang

增加资产关联元数据回填说明

parent 16225452
......@@ -6,7 +6,6 @@ import { AppContext } from '../../../../App';
import MetadataInfo from './MetadataInfo';
import './AssetEdit.less';
import { getDataAssetDetail } from '../../../../service/dataassetmanager';
const AssetEdit = (props) => {
......@@ -77,6 +76,7 @@ const AssetEdit = (props) => {
})
}
//选中元数据后 内容回填.
const fillElementValueBeforeCreate = (mid = metadataId) => {
dispatch({
type: 'assetmanage.fillElementValueBeforeCreate',
......
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