shish пре 2 година
родитељ
комит
3dd0497100
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 				}
 			})
     },