Xiao_123 1 tydzień temu
rodzic
commit
d9e1ffe2fa

+ 2 - 2
src/views/menduner/system/talentMap/talentSearch.vue

@@ -112,7 +112,7 @@
       @pagination="getList"
     />
   </ContentWrap>
-  <talentSearchForm ref="formRef" />
+  <!-- <talentSearchForm ref="formRef" /> -->
 </template>
 
 <script setup>
@@ -121,7 +121,7 @@ import { Search } from '@element-plus/icons-vue'
 import { DICT_TYPE } from '@/utils/dict'
 import { pyTalentMap } from '@/api/menduner/system/talentMap'
 import { formatDate } from '@/utils/formatTime'
-import talentSearchForm from './talentSearchForm.vue'
+// import talentSearchForm from './talentSearchForm.vue'
 const { searchTalent, getTalentLabel } = pyTalentMap
 
 const searchValue = ref(null)