拆分导出修改

This commit is contained in:
caoyang
2022-06-14 17:54:02 +08:00
parent 6a8eb7a266
commit ea70909c18
@@ -480,9 +480,11 @@
info_id: this.infoId, info_id: this.infoId,
} }
this.parameter.info_id=this.infoId
this.parameter.menu_id=this.menuId
eventBUs.$emit('searchQuery', JSON.parse(JSON.stringify(queryParam))) eventBUs.$emit('searchQuery', JSON.parse(JSON.stringify(queryParam)))
// eventBUs.$emit('searchReset') // eventBUs.$emit('searchReset')
// console.log('sele',selectedKeys) console.log('sele',this.menuId,selectedKeys)
// console.log('uploadMenuId',this.uploadMenuId) // console.log('uploadMenuId',this.uploadMenuId)
}, },
//树形新增 //树形新增
@@ -761,7 +763,7 @@
this.parameter.info_id=this.infoId this.parameter.info_id=this.infoId
this.parameter.menu_id=this.menuId this.parameter.menu_id=this.menuId
} }
// console.log('menuId',this.menuId)
let dateName = moment(new Date()).format('YYYY-MM-DD HH-mm-ss') let dateName = moment(new Date()).format('YYYY-MM-DD HH-mm-ss')
let name = this.$route.query.infoNumber +' '+ dateName+'.zip' let name = this.$route.query.infoNumber +' '+ dateName+'.zip'
let query = { let query = {