解决冲突

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

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