|
@@ -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)
|