diff --git a/src/views/modules/plugins/point/icpointnucleicmonitoring.vue b/src/views/modules/plugins/point/icpointnucleicmonitoring.vue
index d69ba9f6..2223fda6 100644
--- a/src/views/modules/plugins/point/icpointnucleicmonitoring.vue
+++ b/src/views/modules/plugins/point/icpointnucleicmonitoring.vue
@@ -90,6 +90,12 @@
>导入核酸监测点数据
+ 导出
+
+
{
+
+ this.download(data, title + '.xlsx')
+ },
+ (rspMsg, data) => {
+ this.$message.error(rspMsg);
+ }
+ );
+
+ },
+ //重置搜索条件
+ resetSearch () {
+ this.dataForm = {
+ name: '',
+ mobile: '',
+ orgId: ''
+ }
+ this.pageNo = 1
+ this.orgIds = []
+ },
// 发送通知
handleSendNotice() {
this.sendNoticeFormShow = true;
diff --git a/src/views/modules/plugins/point/icpointvaccinesinoculation.vue b/src/views/modules/plugins/point/icpointvaccinesinoculation.vue
index 8f06b1af..4ad52243 100644
--- a/src/views/modules/plugins/point/icpointvaccinesinoculation.vue
+++ b/src/views/modules/plugins/point/icpointvaccinesinoculation.vue
@@ -82,6 +82,10 @@
>导入疫苗接种点数据
+ 导出
{
+
+ this.download(data, title + '.xlsx')
+ },
+ (rspMsg, data) => {
+ this.$message.error(rspMsg);
+ }
+ );
+
+ },
+ //重置搜索条件
+ resetSearch () {
+ this.dataForm = {
+ name: '',
+ mobile: ''
+ }
+ this.pageNo = 1
+ },
// 发送通知
handleSendNotice() {
this.sendNoticeFormShow = true;