Browse Source

人员导入,网格选择控件

feature/codeMove
wanggongfeng 3 years ago
parent
commit
51b9cfb765
  1. 4
      src/views/modules/epidemic/epidemicreportuserinfo.vue

4
src/views/modules/epidemic/epidemicreportuserinfo.vue

@ -297,7 +297,7 @@
</el-form-item>
<el-form-item>
<el-upload ref="upload" v-if="$hasPermission('epidemic:person:export')"
<el-upload ref="upload"
:action="uploadUrl"
:limit="1"
:on-success='uploadSuccess'
@ -764,7 +764,7 @@ export default {
//
if (this.gridIdImport === ''){
document.getElementById('importBut').click()
return
return false
}
//
// if ((this.dataForm.streetId != undefined && this.dataForm.streetId != '') &&

Loading…
Cancel
Save