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