😎修复代码生成页面重复读取

This commit is contained in:
zuohuaijun 2024-07-27 03:08:09 +08:00
parent 3825bbc12b
commit 462f5814c2

View File

@ -318,9 +318,7 @@ const options = useVxeTable<@(@Model.ClassName)>(
);
// 页面初始化
onMounted(async () => {
await handleQuery();
});
onMounted(() => {});
// 查询api
const handleQueryApi = async (page: VxeGridPropTypes.ProxyAjaxQueryPageParams, sort: VxeGridPropTypes.ProxyAjaxQuerySortCheckedParams) => {