소스 검색

修复校核记录检验时间筛选失效的问题

yangguanjin 1 일 전
부모
커밋
ba4e7f632d
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      src/pages/pendingVerification/components/QueryView.vue

+ 0 - 5
src/pages/pendingVerification/components/QueryView.vue

@@ -222,11 +222,6 @@ const reset = () => {
 }
 
 const query = () => {
-  Object.assign(params, {
-    checkType: checkTypeRef.value?.inputContent,
-    checkDate: checkDateRef.value?.inputContent,
-    queryType: userInfo.value?.id || '',
-  })
   emit('queryAction', params)
 }