fix: 分摊明细导出调整参数
This commit is contained in:
@@ -168,7 +168,7 @@ const headBtnClick = (key) => {
|
||||
|
||||
const selectionChange = (data) => {
|
||||
console.log('data', data)
|
||||
selectData.value=data.map(item=>item.allocationId)
|
||||
selectData.value=data.map(item=>item.id)
|
||||
}
|
||||
const exportTable = () => {
|
||||
console.log('selectData',selectData.value)
|
||||
|
||||
Reference in New Issue
Block a user