历史记录对接接口

This commit is contained in:
zyx.net
2023-03-25 19:23:16 +08:00
parent 574590c3fe
commit 381552069b
2 changed files with 4 additions and 6 deletions
@@ -6,9 +6,9 @@
<div class="title-text">
<span class="dot"></span>
<span class="title-text-text"
:title="item.sjzt">{{item.sjzt}}</span>
:title="item.sjzt">{{item.sjzt_dictText}}</span>
<div class='titlebox'>
<span class='titlebox-text'>{{item.sjzt}}</span>
<span class='titlebox-text'>{{item.sjzt_dictText}}</span>
<span class='titlebox-text-text'>{{item.updateTime}}</span>
</div>
</div>
@@ -48,9 +48,7 @@
},
getList() {
let query = {
pageNo: this.pageNo,
pageSize: this.pageSize,
...queryParam
otaId:localStorage.getItem('otaId')
}
this.loading = true
getAction('ota/otaBaCxLsjl/list', query).then((res) => {
@@ -242,7 +242,7 @@ export default {
align: 'left',
width: 140,
ellipsis: true,
dataIndex: 'bazt'
dataIndex: 'bazt_dictText'
},
{
title: this.$t('filingtime'),