This commit is contained in:
2025-05-24 09:26:10 +08:00
parent 515c6e6cf7
commit 8385ab05f6
3 changed files with 5 additions and 5 deletions

View File

@@ -239,7 +239,7 @@ export class BaseQuery<T extends Query = Query, R extends { queryChain?: any; qu
this.queryDefine.query = this.query;
}
}
chain() {
get chain(){
return this.queryDefine.queryChain;
}
post<R = any, P = any>(data: P, options?: DataOpts): Promise<Result<R>> {