jiangyy 3 years ago
parent
commit
83afd6f4d7
  1. 5
      src/views/modules/base/epidemic/veroFocus/veroFocusList.vue

5
src/views/modules/base/epidemic/veroFocus/veroFocusList.vue

@ -144,7 +144,8 @@
class="diy-button--export"
size="small"
@click="handleExportModule">下载模板</el-button>
<el-upload :headers="$getElUploadHeaders()" ref="upload"
<el-upload :headers="$getElUploadHeaders()"
ref="upload"
:multiple="false"
:show-file-list="false"
:before-upload="beforeUpload"
@ -713,7 +714,7 @@ export default {
handleNoticeList (row) {
this.noticeListFormShow = true;
this.$nextTick(() => {
this.$refs.ref_noticelist.initTable(row.idCard);
this.$refs.ref_noticelist.initTable(row.realIdCard);
});
},
handleVisiteList (row) {

Loading…
Cancel
Save