udpate:表头搜索

This commit is contained in:
2026-03-18 17:57:19 +08:00
parent 6f9556b3a2
commit 1668d9e1f8

View File

@@ -122,11 +122,7 @@ const searchFun = () => {
};
const resetFun = () => {
let deafultVal: any = '';
if (props.item.inputMode === 'daterange') {
deafultVal = [];
}
searchForm.value[props.item.searchKey || props.item.key] = deafultVal;
delete searchForm.value[props.item.searchKey || props.item.key];
searchFun();
};
</script>