历史记录对接接口
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user