Commit eb0f539d by zhaochengxiang

资产打标签

parent 992ad72f
...@@ -6,7 +6,7 @@ import AddTagModal from './Component/AddTagModal'; ...@@ -6,7 +6,7 @@ import AddTagModal from './Component/AddTagModal';
import { dispatch } from '../../../model'; import { dispatch } from '../../../model';
const TagColumn = (props) => { const TagColumn = (props) => {
const { id, type = 'asset', creator = '', styleType = 'simple' } = props; const { id, type = 'dataAsset', creator = '', styleType = 'simple' } = props;
const [ ownTags, setOwnTags ] = useState([]); const [ ownTags, setOwnTags ] = useState([]);
const [ addTagModalVisible, setAddTagModalVisible ] = useState(false); const [ addTagModalVisible, setAddTagModalVisible ] = useState(false);
......
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