|
|
@ -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) { |
|
|
|