Merge pull request #1979 from nocodb/fix/formula

fix: formula
This commit is contained in:
աɨռɢӄաօռɢ
2022-05-18 20:47:11 +08:00
committed by GitHub
16 changed files with 368 additions and 229 deletions

View File

@@ -1439,7 +1439,7 @@ export default {
}))
// }
} catch (e) {
console.log(e)
this.$toast.error(await this._extractSdkResponseErrorMsg(e)).goAway(3000)
}
this.loadingData = false
},