@@ -114,7 +114,7 @@ export default {
exportStockAssign(){
this.$service.statBook.exportStockAssign({}).then(res => {
if(res.file){
- //window.location.href = res.file
+ window.location.href = res.file
}
})
},