机械设备标准配置-导出

This commit is contained in:
bb_pan 2025-03-20 13:43:04 +08:00
parent 7e0f30a66e
commit f8c679a13d
1 changed files with 8 additions and 9 deletions

View File

@ -519,15 +519,14 @@ export default {
},
/** 导出按钮作 */
handleExport() {
// let queryTemp = this.queryParams
// // queryTemp.level = 0;
// this.download(
// '/material/ma_type/export',
// {
// ...queryTemp
// },
// `_${new Date().getTime()}.xlsx`
// )
let queryTemp = this.queryParams
this.download(
'/material/standardConfig/export',
{
...queryTemp
},
`机械设备标准配置清单_${new Date().getTime()}.xlsx`
)
},
/* 树节点增加 */
appendTreeNode(data) {