mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-24 01:39:46 +02:00
enhance the core API and default application
This commit is contained in:
@ -49,7 +49,7 @@ namespace OS {
|
||||
* @memberof DB
|
||||
*/
|
||||
save(d: any): Promise<API.RequestResult> {
|
||||
return new Promise(async function (resolve, reject) {
|
||||
return new Promise(async (resolve, reject) => {
|
||||
try {
|
||||
const r = await Ant.OS.API.handle.dbquery("save", {
|
||||
table: this.table,
|
||||
|
Reference in New Issue
Block a user