소스 검색

修改入库模板导出链接地址

张庆宇 9 달 전
부모
커밋
cb8475334e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/view/ware/store.vue

+ 1
- 1
src/view/ware/store.vue 파일 보기

1038
 			},
1038
 			},
1039
 			handleDownload() {
1039
 			handleDownload() {
1040
 				window.open(this.serverName.substr(0, this.serverName.lastIndexOf('/', this.serverName.lastIndexOf('/') - 1)) +
1040
 				window.open(this.serverName.substr(0, this.serverName.lastIndexOf('/', this.serverName.lastIndexOf('/') - 1)) +
1041
-					'/thware/import.xls')
1041
+					'/thware_mj/import.xls')
1042
 			},
1042
 			},
1043
 
1043
 
1044
 
1044
 

Loading…
취소
저장