Commit b2ee4de8 by zhaochengxiang

资产自定义

parent 956a7092
......@@ -74,6 +74,9 @@ const CustomDirectoryModal = (props) => {
}
const getPreviewTreeData = () => {
if ((checkedValues||[]).length === 0) {
return;
}
let url = 'assetmanage.previewTreeByCustomElements';
......@@ -241,6 +244,7 @@ const CustomDirectoryModal = (props) => {
title={action==='add'?'新增自定义':'修改自定义'}
visible={visible}
width={800}
centered
confirmLoading={confirmLoading}
onCancel={() => {
reset();
......
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