Browse Source

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

yangguanjin 1 ngày trước cách đây
mục cha
commit
ba4e7f632d
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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)
 }