参数收集清单-操作记录(历史日志)开发。

This commit is contained in:
wangzhijiang
2022-12-26 16:43:21 +08:00
parent dcb3da93c7
commit 843d9271d4
9 changed files with 500 additions and 12 deletions
@@ -682,10 +682,11 @@
let query = {
pageNo: this.pageNohistory,
pageSize: this.pageSizehistory,
paramsReportDetailId: this.paramsReportDetailId
paramsManifestId: this.$route.query.id,
paramsCollectManifestId: this.paramsReportDetailId
}
this.loading = true
getAction('report/detailLog/page', query).then((res) => {
getAction('paramsCollectManifestLog/paramsCollectManifestLogEO/page', query).then((res) => {
if (res.success) {
this.dataSourcehistory = res.result.records
this.total = res.result.total
@@ -801,7 +802,7 @@
customRender: 'paramsNameDescription'
}
}
if (res.click4) {
if (res.click6) {
this.columns[index].scopedSlots = {
customRender: 'Operation'
}