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