引用参数列搜索问题
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user