diff --git a/src/views/modules/sys/deptmacode.vue b/src/views/modules/sys/deptmacode.vue index e5770303..1040854b 100644 --- a/src/views/modules/sys/deptmacode.vue +++ b/src/views/modules/sys/deptmacode.vue @@ -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 }) => {