shish 2 years ago
parent
commit
3dd0497100
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ghs/src/views/order/book.vue

+ 1 - 1
ghs/src/views/order/book.vue

@@ -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
 				}
 			})
     },