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