|
@@ -26,8 +26,8 @@ import {
|
|
|
ElPagination,
|
|
ElPagination,
|
|
|
ElMessage,
|
|
ElMessage,
|
|
|
ElText,
|
|
ElText,
|
|
|
- ElTabs,
|
|
|
|
|
- ElTabPane
|
|
|
|
|
|
|
+ // ElTabs,
|
|
|
|
|
+ // ElTabPane
|
|
|
} from 'element-plus'
|
|
} from 'element-plus'
|
|
|
import type { Action } from 'element-plus'
|
|
import type { Action } from 'element-plus'
|
|
|
import { TableImage } from '@/components/tableImage'
|
|
import { TableImage } from '@/components/tableImage'
|
|
@@ -336,9 +336,9 @@ const selectChange = (res) => {
|
|
|
}
|
|
}
|
|
|
const selectList = ref<any[]>([])
|
|
const selectList = ref<any[]>([])
|
|
|
const dialogSet = ref(false)
|
|
const dialogSet = ref(false)
|
|
|
-const allSet = () => {
|
|
|
|
|
- dialogSet.value = true
|
|
|
|
|
-}
|
|
|
|
|
|
|
+// const allSet = () => {
|
|
|
|
|
+// dialogSet.value = true
|
|
|
|
|
+// }
|
|
|
watch(currentPage, (val) => {
|
|
watch(currentPage, (val) => {
|
|
|
if (val) {
|
|
if (val) {
|
|
|
// console.log(val)
|
|
// console.log(val)
|