From 8408f89ddcb35e4ecb5da2c9ec5d6d5f68f4c82a Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Thu, 25 Apr 2024 12:08:43 +0800 Subject: [PATCH] chore: typos --- core/frontend/src/views/system/datasource/DsConfiguration.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/frontend/src/views/system/datasource/DsConfiguration.vue b/core/frontend/src/views/system/datasource/DsConfiguration.vue index fb07736623..a44b1c4850 100644 --- a/core/frontend/src/views/system/datasource/DsConfiguration.vue +++ b/core/frontend/src/views/system/datasource/DsConfiguration.vue @@ -1113,7 +1113,7 @@ export default { value: 3 } ], - certinKey: false, + certainKey: false, originFieldItem: { jsonFields: [], fields: [] @@ -1276,7 +1276,7 @@ export default { if (!this.add_api_item) { for (let i = 0; i < this.form.apiConfiguration.length; i++) { if (this.form.apiConfiguration[i].serialNumber === this.apiItem.serialNumber) { - this.certinKey = !this.certinKey + this.certainKey = !this.certainKey if (this.form.apiConfiguration[i].name !== this.apiItem.name) { this.apiItem.reName = true this.apiItem.orgName = this.form.apiConfiguration[i].name