浏览代码

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

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