机械设备标准配置-导出
This commit is contained in:
parent
7e0f30a66e
commit
f8c679a13d
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue