schmea changes, removed notes

This commit is contained in:
2025-02-07 11:16:49 +05:30
parent f4a6aaab46
commit 6430ccd96d
6 changed files with 50 additions and 19 deletions

View File

@@ -96,6 +96,7 @@ export async function listRts(params: PageQueryParams, tenantId: string) {
pid: "$$county.pid",
name: "$$county.name",
type: "$$county.type",
avatar: "$$county.avatar",
},
},
},
@@ -107,6 +108,7 @@ export async function listRts(params: PageQueryParams, tenantId: string) {
pid: "$$client.pid",
name: "$$client.name",
type: "$$client.type",
avatar: "$$client.avatar",
},
},
},