Merge pull request #9330 from dataease/pr@dev@chore_typos

chore: typos
This commit is contained in:
wisonic-s 2024-04-25 12:09:54 +08:00 committed by GitHub
commit a2c8e101f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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