引用参数列搜索问题

This commit is contained in:
zyx.net
2022-12-29 15:27:53 +08:00
parent 6befb0b445
commit 40f1fbec1e
3 changed files with 11 additions and 4 deletions
@@ -479,8 +479,6 @@
this.areaVisibleView = true
let url = ''
if (this.$route.query.it === undefined) {
console.log(val)
console.log(val.db_field_name)
if(val.db_field_name == 'referencesCol') {
url = `/jero-boot/params/report/queryParamsReportConfigById?id=${val.db_field_id}`
}else{
@@ -698,6 +696,11 @@
getAction('paramsCollectManifestLog/paramsCollectManifestLogEO/page', query).then((res) => {
if (res.success) {
this.dataSourcehistory = res.result.records
if(this.dataSourcehistory && this.dataSourcehistory.length > 0){
this.dataSourcehistory.forEach(val=>{
val.logContent = val.logContent.replace(/\"/g,"")
})
}
this.total = res.result.total
this.loading = false
} else {