1
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-09-04 10:24:44 +08:00
parent 324bc1a536
commit 5de6a69bc8
1 changed files with 1 additions and 1 deletions

View File

@ -978,7 +978,7 @@ export default {
this.tableListData = []
this[auditData] = []
config.forEach(v => {
v.Code = this.$i18n.locale === 'zh' ? v.Code : v.CodeEn ? CodeEn : v.Code
v.Code = this.$i18n.locale === 'zh' ? v.Code : v.CodeEn ? v.CodeEn : v.Code
var item
if (!v.IsEnable) return