Commit 55c1825c by zhaochengxiang

bug fix

parent dd7918da
...@@ -251,6 +251,7 @@ export function TagSelectPopup({ visible, type, items, onCancel, onChange }) { ...@@ -251,6 +251,7 @@ export function TagSelectPopup({ visible, type, items, onCancel, onChange }) {
type, type,
catalogId: (items??[]).length>0?items[0].resourceCatalogId:'', catalogId: (items??[]).length>0?items[0].resourceCatalogId:'',
creator: app?.user?.userName, creator: app?.user?.userName,
overrideAll: true,
} }
}, },
callback: () => { callback: () => {
......
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