解决冲突

dev2
Panzihang 2023-07-28 09:29:20 +08:00
parent c49ae5f521
commit 99e78e950a
1 changed files with 2 additions and 2 deletions

View File

@ -162,10 +162,10 @@
} }
}); });
}, },
executeSql(sql) { executeSql(sql) {
Sqlite.executeSqlCeshi(sql).then((value) => { Sqlite.executeSqlCeshi(sql).then((value) => {
// resolve // resolve
this.sqlData= value this.sqlData = value
console.log(value); // Hello, World! console.log(value); // Hello, World!
}).catch((error) => { }).catch((error) => {
// reject // reject