巡察审计-图斑调整增加参数

main
刘妍 2025-03-25 16:05:42 +08:00
parent a5052b132d
commit d1f206b3d0
1 changed files with 2 additions and 0 deletions

View File

@ -388,6 +388,7 @@ const infoScreenData: any = ref({
sort: null,
order: null,
type: null,
display:1
});
const selectItem = ref();
const classFun = (item) => {
@ -624,6 +625,7 @@ const resetScreenData = () => {
infoScreenData.value = {
limit: pageSize.value,
page: 1,
display:1
};
pageNo.value = 1;
getInfoList();