😎修复代码生成页面重复读取
This commit is contained in:
parent
3825bbc12b
commit
462f5814c2
@ -318,9 +318,7 @@ const options = useVxeTable<@(@Model.ClassName)>(
|
||||
);
|
||||
|
||||
// 页面初始化
|
||||
onMounted(async () => {
|
||||
await handleQuery();
|
||||
});
|
||||
onMounted(() => {});
|
||||
|
||||
// 查询api
|
||||
const handleQueryApi = async (page: VxeGridPropTypes.ProxyAjaxQueryPageParams, sort: VxeGridPropTypes.ProxyAjaxQuerySortCheckedParams) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user