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