修复分页bug
This commit is contained in:
@@ -153,7 +153,7 @@ const dataSource = ref(datas);
|
|||||||
const onViedoTypeChanged = (e) => {
|
const onViedoTypeChanged = (e) => {
|
||||||
// console.log(e.target.value);
|
// console.log(e.target.value);
|
||||||
quaryData.viedoType = e.target.value;
|
quaryData.viedoType = e.target.value;
|
||||||
pagination.value.current = 0;
|
pagination.value.current = 1;
|
||||||
GetRecords();
|
GetRecords();
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user