From 05ff733b93c819ff1436b9c53da216dfc88963c8 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Thu, 9 Jun 2022 10:36:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E5=B1=8B=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/personroom/epidemicbuildingunit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/personroom/epidemicbuildingunit.vue b/src/views/modules/personroom/epidemicbuildingunit.vue index 8e91604..c0c9fa1 100644 --- a/src/views/modules/personroom/epidemicbuildingunit.vue +++ b/src/views/modules/personroom/epidemicbuildingunit.vue @@ -121,7 +121,7 @@ export default { 'deptIdListUpload': function (val) { if (val.length > 0) { this.gridIdImport = val[val.length - 1] - this.uploadUrl = `${window.SITE_CONFIG['apiURL']}/custom/epidemicuserinfo/importExcel?token= + this.uploadUrl = `${window.SITE_CONFIG['apiURL']}/custom/epidemicbuildingunit/importHouse?token= ${Cookies.get('token')}&gridId=` + val[val.length - 1] } else { this.gridIdImport = ''