shish 2 лет назад
Родитель
Сommit
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
 				}
 			})
     },