shish %!s(int64=2) %!d(string=hai) anos
pai
achega
3dd0497100
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 				}
 			})
     },