Browse Source

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

Xiao_123 1 tháng trước cách đây
mục cha
commit
077838fe2b

+ 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, {})
 }