稽查更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2628d2ec5f
commit
324bc1a536
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue