|
|
@ -178,7 +178,7 @@ export default { |
|
|
|
epidemicSentryPost |
|
|
|
}, |
|
|
|
created () { |
|
|
|
this.uploadUrl = `${window.SITE_CONFIG['apiURL']}/custom/epidemicsentrypost/importExcel?token=${Cookies.get('token')}` |
|
|
|
this.uploadUrl = `${window.SITE_CONFIG['apiURL']}/custom/epidemicSentryPost/importExcel?token=${Cookies.get('token')}` |
|
|
|
this.$http |
|
|
|
.get(`/sys/user/deptOptions/getByLoginUser`) |
|
|
|
.then(({ data: res }) => { |
|
|
|