udpate:表头搜索
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user