Sfoglia il codice sorgente

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

YL2767 2 mesi fa
parent
commit
cb8475334e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/view/ware/store.vue

+ 1
- 1
src/view/ware/store.vue Vedi File

@@ -1038,7 +1038,7 @@
1038 1038
 			},
1039 1039
 			handleDownload() {
1040 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…
Annulla
Salva