修改bug

This commit is contained in:
yangjun 2023-05-13 10:17:39 +08:00
parent d90c460eca
commit 70f8163ec6
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ const confirmLoading = ref<boolean>(false);
const list = (queryParam) => defHttp.get({ url: Api.fwdtData, params:queryParam });
function view(record){
let params = { pageSize: -1, bh: '7a65e1708b48414bae03254cbc9ac6f1222', column: 'timestamps', order: 'desc' }
let params = { pageSize: -1, bh: record.bh, column: 'timestamps', order: 'desc' }
list(params).then(res=>{
var list = res?.records