保存数据集添加appId

This commit is contained in:
limengnan 2025-06-25 11:06:56 +08:00
parent 2e6c012a7b
commit e7c98f8221

View File

@ -23,6 +23,7 @@ export interface Tree {
value?: string | number
id: string | number
nodeType: string
appId: string | number
createBy?: string
level: number
leaf?: boolean
@ -42,6 +43,7 @@ const state = reactive({
const placeholder = ref('')
const nodeType = ref()
const pid = ref()
const appId = ref()
const id = ref()
const cmd = ref('')
const treeRef = ref()