|
@@ -294,7 +294,8 @@ export default {
|
|
|
selectList: [],
|
|
|
rowStyle: { maxHeight: 30 + 'px', height: 30 + 'px' },
|
|
|
cellStyle: { padding: 0 + 'px' },
|
|
|
- myHeight:document.documentElement.clientHeight - 85- 150 - 45
|
|
|
+ myHeight:document.documentElement.clientHeight - 85- 150 - 45,
|
|
|
+ url:'authdata/ImportExcel'
|
|
|
}
|
|
|
},
|
|
|
computed: {
|
|
@@ -321,10 +322,14 @@ export default {
|
|
|
},
|
|
|
// 设置上传地址
|
|
|
uploadExcelUrl() {
|
|
|
- return process.env.VUE_APP_BASE_API + 'authdata/ImportExcel'
|
|
|
- }
|
|
|
+ // return Cookies.get('url') + 'authdata/ImportExcel'
|
|
|
+ return Cookies.get('url') + 'authdata/ImportExcel'
|
|
|
+ }
|
|
|
+ // let url = 'authdata/ImportExcel';
|
|
|
+
|
|
|
},
|
|
|
created() {
|
|
|
+ console.log(document.querySelector("html").getAttribute("domain"),'7777')
|
|
|
this.getDataSynchronization()
|
|
|
this.getList()
|
|
|
this.getDownList()
|