机械设备标准配置-导出

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() { handleExport() {
// let queryTemp = this.queryParams let queryTemp = this.queryParams
// // queryTemp.level = 0; this.download(
// this.download( '/material/standardConfig/export',
// '/material/ma_type/export', {
// { ...queryTemp
// ...queryTemp },
// }, `机械设备标准配置清单_${new Date().getTime()}.xlsx`
// `_${new Date().getTime()}.xlsx` )
// )
}, },
/* 树节点增加 */ /* 树节点增加 */
appendTreeNode(data) { appendTreeNode(data) {