lhl před 3 měsíci
rodič
revize
839ec14522
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 5 5
      src/views/Goods/list/index.vue

+ 5 - 5
src/views/Goods/list/index.vue

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