|
|
@@ -365,6 +365,7 @@ const reset = () => {
|
|
|
const handleQuery = (orderStatus?: string) => {
|
|
|
if (orderStatus) {
|
|
|
queryParams.value.orderStatus = orderStatus;
|
|
|
+ confirmStatus.value = undefined;
|
|
|
} else {
|
|
|
queryParams.value.orderStatus = undefined;
|
|
|
}
|
|
|
@@ -375,6 +376,7 @@ const handleQuery = (orderStatus?: string) => {
|
|
|
/** 重置按钮操作 */
|
|
|
const resetQuery = () => {
|
|
|
dateRange.value = ['', ''];
|
|
|
+ confirmStatus.value = undefined;
|
|
|
queryFormRef.value?.resetFields();
|
|
|
handleQuery();
|
|
|
};
|