保存数据集添加appId
This commit is contained in:
parent
2e6c012a7b
commit
e7c98f8221
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user