@pit-front-end/components
Version:
湖南创智艾泰克科技有限公司
51 lines (50 loc) • 768 B
JavaScript
const l = {
title: {
type: String,
default: "选择清单"
},
/**
* 是否开启多选
*/
showCheckbox: {
type: Boolean,
default: !1
},
nodeKey: {
type: String,
default: "id"
},
queryBillTreeInterface: {
type: String,
default: ""
},
queryBillTreeInterfaceMethod: {
type: String,
default: "GET"
},
queryBillTreeParams: {
type: Object,
default: () => {
}
},
label: {
type: String,
default: "label"
},
/**
* 回显id集合
*/
checkedIds: {
type: Array,
default: () => []
}
}, a = {
"update:modelValue": (e) => e,
"node-click": (e) => e,
check: (e, t) => e && t,
save: () => !0
};
export {
a as billTreeDialogEmits,
l as billTreeDialogProps
};