lrf 1 day ago
parent
commit
f6dc41a088

+ 0 - 2
components.d.ts

@@ -30,8 +30,6 @@ declare module 'vue' {
     ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
     ElRow: typeof import('element-plus/es')['ElRow']
     ElSelect: typeof import('element-plus/es')['ElSelect']
-    ElTable: typeof import('element-plus/es')['ElTable']
-    ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
     ElTabPane: typeof import('element-plus/es')['ElTabPane']
     ElTabs: typeof import('element-plus/es')['ElTabs']
     FootIndex: typeof import('./src/components/windows/footIndex.vue')['default']

+ 1 - 0
src/views/win/popularwillParts/investigateIndex.vue

@@ -75,6 +75,7 @@
 <script setup lang="ts">
 import { getDegree } from '@/api/degree'
 import { createResult } from '@/api/result'
+import { ElMessageBox } from 'element-plus'
 import { ref, onMounted } from 'vue'
 const problemInfo: any = ref({})
 const total = ref(0)

+ 1 - 1
src/views/winParts/popularWill.vue

@@ -9,7 +9,7 @@
         class="list animate__animated animate__backInLeft"
         v-for="item in list"
         :key="item"
-        @click="toSearch(item)"
+        @click="toSearch()"
       >
         <template v-if="item.type == '1'">
           <el-col :span="24" class="img">