|
@ -297,7 +297,7 @@ |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
<el-form-item> |
|
|
<el-form-item> |
|
|
<el-upload ref="upload" v-if="$hasPermission('epidemic:person:export')" |
|
|
<el-upload ref="upload" |
|
|
:action="uploadUrl" |
|
|
:action="uploadUrl" |
|
|
:limit="1" |
|
|
:limit="1" |
|
|
:on-success='uploadSuccess' |
|
|
:on-success='uploadSuccess' |
|
@ -764,7 +764,7 @@ export default { |
|
|
//所属组织全都不选,直接上传 |
|
|
//所属组织全都不选,直接上传 |
|
|
if (this.gridIdImport === ''){ |
|
|
if (this.gridIdImport === ''){ |
|
|
document.getElementById('importBut').click() |
|
|
document.getElementById('importBut').click() |
|
|
return |
|
|
return false |
|
|
} |
|
|
} |
|
|
//选中社区或者及街道提示请选中网格 |
|
|
//选中社区或者及街道提示请选中网格 |
|
|
// if ((this.dataForm.streetId != undefined && this.dataForm.streetId != '') && |
|
|
// if ((this.dataForm.streetId != undefined && this.dataForm.streetId != '') && |
|
|