Ver código fonte

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

yangguanjin 1 dia atrás
pai
commit
ba4e7f632d

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