remark:'commit'
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import { ref } from 'vue';
|
||||
import { ref, defineExpose } from 'vue';
|
||||
import { http } from '/nerv-lib/util/http';
|
||||
import { Pagination } from 'ant-design-vue';
|
||||
import dayjs, { Dayjs } from 'dayjs';
|
||||
@@ -172,7 +172,9 @@
|
||||
total.value = res.data.length;
|
||||
});
|
||||
};
|
||||
getTableList();
|
||||
defineExpose({
|
||||
getTableList,
|
||||
});
|
||||
// 分页器
|
||||
const onChange = (pageNumber: number, size: number) => {
|
||||
queryParams.value.pageNum = pageNumber;
|
||||
|
Reference in New Issue
Block a user