feat: addendpoint的asset增加model等内容

This commit is contained in:
陈劲松
2020-11-18 17:32:20 +08:00
committed by chenjinsong
parent a98df2ed48
commit 3347202266
3 changed files with 248 additions and 43 deletions

View File

@@ -44,7 +44,7 @@ export function toTop(type, wrap) {
}
/*弹窗点击外部后关闭*/
const exceptClassName = ["config-dropdown", "nz-pop", "el-picker", "chart-box-dropdown", 'metric-dropdown', 'el-cascader__dropdown', "asset-dropdown", "no-style-class", 'el-message-box','nz-dashboard-dropdown']; //clickoutside排除的class(白名单) no-style-class没有任何样式的class
const exceptClassName = ["config-dropdown", "nz-pop", "el-picker", "chart-box-dropdown", 'metric-dropdown', 'el-cascader__dropdown', "asset-dropdown", "no-style-class", 'el-message-box','nz-dashboard-dropdown', "el-autocomplete-suggestion"]; //clickoutside排除的class(白名单) no-style-class没有任何样式的class
export const clickoutside = {
// 初始化指令
bind(el, binding, vnode) {