|
@@ -116,6 +116,11 @@ const tabChange = (item) => {
|
|
tabKey.value = item?.key
|
|
tabKey.value = item?.key
|
|
getTotalData()
|
|
getTotalData()
|
|
}
|
|
}
|
|
|
|
+//多选
|
|
|
|
+const tableKeys = ref([])
|
|
|
|
+const tableSelection = (rows) => {
|
|
|
|
+ tableKeys.value = rows
|
|
|
|
+}
|
|
const totalData = ref([])
|
|
const totalData = ref([])
|
|
const totalLoaing = ref(false)
|
|
const totalLoaing = ref(false)
|
|
const getTotalData = async ()=>{
|
|
const getTotalData = async ()=>{
|