|
@@ -578,6 +578,7 @@ const copyTimeTreeNodeClick = (data) => {
|
|
const copyTimeTableRef = ref(null)
|
|
const copyTimeTableRef = ref(null)
|
|
const copyTimeTableColumn = ref([
|
|
const copyTimeTableColumn = ref([
|
|
{key:'createUserName', name: '记录人'},
|
|
{key:'createUserName', name: '记录人'},
|
|
|
|
+ {key:'recordTime', name: '时间'},
|
|
])
|
|
])
|
|
const copyTimeTableData = ref([])
|
|
const copyTimeTableData = ref([])
|
|
|
|
|