fix: 修复订单列表重置未重置时间问题
This commit is contained in:
@@ -227,6 +227,7 @@ for (const item of formItems) {
|
|||||||
// 重置操作
|
// 重置操作
|
||||||
function handleReset() {
|
function handleReset() {
|
||||||
queryFormRef.value?.resetFields();
|
queryFormRef.value?.resetFields();
|
||||||
|
timeValue.value = "";
|
||||||
emit("resetClick", queryParams);
|
emit("resetClick", queryParams);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user