Ver Fonte

企业详情-在招职位:重置筛选条件

Xiao_123 há 1 mês atrás
pai
commit
b74bf74ab6

+ 1 - 2
components.d.ts

@@ -32,7 +32,6 @@ declare module 'vue' {
     DatePicker: typeof import('./src/components/DatePicker/index.vue')['default']
     Echarts: typeof import('./src/components/Echarts/index.vue')['default']
     ElBacktop: typeof import('element-plus/es')['ElBacktop']
-    ElCascader: typeof import('element-plus/es')['ElCascader']
     ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
     Empty: typeof import('./src/components/Empty/index.vue')['default']
     File: typeof import('./src/components/Upload/file.vue')['default']
@@ -53,7 +52,7 @@ declare module 'vue' {
     LongCompany: typeof import('./src/components/Position/longCompany.vue')['default']
     LongStrip: typeof import('./src/components/Position/longStrip.vue')['default']
     NestedListGroup: typeof import('./src/components/FormUI/nestedListGroup/index.vue')['default']
-    Pay: typeof import('./src/components/pay/index.vue')['default']
+    Pay: typeof import('./src/components/personalRecharge/pay.vue')['default']
     PersonalRecharge: typeof import('./src/components/personalRecharge/index.vue')['default']
     PreviewImage: typeof import('./src/components/PreviewImg/previewImage.vue')['default']
     PreviewImg: typeof import('./src/components/PreviewImg/index.vue')['default']

+ 1 - 0
src/views/recruit/personal/companyDetail/components/positions.vue

@@ -244,6 +244,7 @@ const handleReset = async () => {
   showFilterList.value.forEach(e => {
     delete query[e.key]
   })
+  delete query['positionId']
   handleSearch(null, {})
 }