Commit 05f23131 by zhaochengxiang

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

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