Browse Source

房屋上传

feature/codeMove
zhangyuan 3 years ago
parent
commit
05ff733b93
  1. 2
      src/views/modules/personroom/epidemicbuildingunit.vue

2
src/views/modules/personroom/epidemicbuildingunit.vue

@ -121,7 +121,7 @@ export default {
'deptIdListUpload': function (val) { 'deptIdListUpload': function (val) {
if (val.length > 0) { if (val.length > 0) {
this.gridIdImport = val[val.length - 1] 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] ${Cookies.get('token')}&gridId=` + val[val.length - 1]
} else { } else {
this.gridIdImport = '' this.gridIdImport = ''

Loading…
Cancel
Save