Commit 37761d6a by qinjianhui

fix: 问题修改

parent e4b219a3
...@@ -646,7 +646,7 @@ const singleTableRef = ref<InstanceType<typeof ElTable>>() ...@@ -646,7 +646,7 @@ const singleTableRef = ref<InstanceType<typeof ElTable>>()
const currentRow = ref<AccountStatementNote | null>(null) const currentRow = ref<AccountStatementNote | null>(null)
const logList = ref<LogList[]>([]) const logList = ref<LogList[]>([])
const nodeId = ref<number | string>(1) const nodeId = ref<number | string>(10)
const treeRef = ref<InstanceType<typeof ElTree>>() const treeRef = ref<InstanceType<typeof ElTree>>()
......
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