稽查更改
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-09-04 10:14:14 +08:00
parent 2628d2ec5f
commit 324bc1a536
1 changed files with 4 additions and 2 deletions

View File

@ -978,6 +978,8 @@ export default {
this.tableListData = []
this[auditData] = []
config.forEach(v => {
v.Code = this.$i18n.locale === 'zh' ? v.Code : v.CodeEn ? CodeEn : v.Code
var item
if (!v.IsEnable) return
if (v.IsShowByTrialConfig) {
@ -1084,7 +1086,7 @@ export default {
a = getToken()
}
return v.UrlParameterName + '=' + a + '&'
}).toString().replaceAll(',', '') : v.UrlConfig.RoutePath,
}).toString().replaceAll(',', '') + 'zh='+this.$i18n.locale : v.UrlConfig.RoutePath,
newValue: v.UrlConfig.IsHaveParameters ? v.UrlConfig.RoutePath + '?' +
v.UrlConfig.ParameterList.map((v) => {
let a = obj[v.UrlParameterValueName] ? obj[v.UrlParameterValueName] : parentRow[v.UrlParameterValueName]
@ -1092,7 +1094,7 @@ export default {
a = getToken()
}
return v.UrlParameterName + '=' + a + '&'
}).toString().replaceAll(',', '') : v.UrlConfig.RoutePath
}).toString().replaceAll(',', '') + 'zh='+this.$i18n.locale : v.UrlConfig.RoutePath
}
console.log(item)
item.IsTableFiled = v.IsTableFiled