diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index 1e4a4b3a7..65d228516 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -479,7 +479,13 @@ this.areaVisibleView = true let url = '' if (this.$route.query.it === undefined) { - url = `/jero-boot/params/config/getById?id=${val.db_field_name}` + 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{ + url = `/jero-boot/params/config/getById?id=${val.db_field_name}` + } } else { // 历史版本 url = `/jero-boot/params/collectManifestHistory/getConfigById?id=${val.db_field_name}` @@ -673,12 +679,11 @@ this.bussLogList(val) }, onChangehistory(page, pageSize) { - console.log(1) this.pageNohistory = page this.bussLogList() }, SizeChangehistory(page, pageSize) { - this.pageNo = 1 + this.pageNohistory = 1 this.pageSizehistory = pageSize this.bussLogList() }, @@ -701,9 +706,11 @@ }) }, handleOk() { + this.pageNohistory = 1 this.visible = false }, handleCancel() { + this.pageNohistory = 1 this.visible = false }, getAndUserId(result) { diff --git a/jero-web/src/components/tableCollection/index1.vue b/jero-web/src/components/tableCollection/index1.vue index 45c857161..838b448d1 100644 --- a/jero-web/src/components/tableCollection/index1.vue +++ b/jero-web/src/components/tableCollection/index1.vue @@ -813,18 +813,19 @@ }) }, handleOk() { + this.pageNohistory = 1 this.visible = false }, handleCancel() { + this.pageNohistory = 1 this.visible = false }, onChangehistory(page, pageSize) { - console.log(1) this.pageNohistory = page this.bussLogList() }, SizeChangehistory(page, pageSize) { - this.pageNo = 1 + this.pageNohistory = 1 this.pageSizehistory = pageSize this.bussLogList() },