导出
- 发送通知
@@ -183,7 +182,7 @@
placement="bottom"
style="margin-left:10px"
width="20"
- trigger="click">
+ trigger="hover">
+ @dialogCancle="diaClose"
+ @dialogOk="sendNoticeOk">
{
this.tableData.forEach(tableItem => {
-
for (let j = 0; j < this.selectionAll.length; j++) {
let selectionItem = this.selectionAll[j]
@@ -524,8 +523,13 @@ export default {
addFormOk () {
- this.addFormShow = false
- this.editFormShow = false
+ this.sendNoticeFormShow = false
+ this.loadTable()
+
+ },
+ sendNoticeOk () {
+ this.sendNoticeFormShow = false
+ this.selectionAll = []
this.loadTable()
},
diff --git a/src/views/modules/base/epidemic/veroFocus/vfSendNotice.vue b/src/views/modules/base/epidemic/veroFocus/vfSendNotice.vue
index cfccb926..de9747ac 100644
--- a/src/views/modules/base/epidemic/veroFocus/vfSendNotice.vue
+++ b/src/views/modules/base/epidemic/veroFocus/vfSendNotice.vue
@@ -8,14 +8,14 @@
:rules="dataRule"
class="form">
-
- 小程序通知
+
-
{
this.btnDisable = false
@@ -126,8 +120,7 @@ export default {
let url = ''
- url = '/epmetuser/icNotice/batchnotice'
- // url = "http://yapi.elinkservice.cn/mock/245/epmetuser/icNotice/batchnotice"
+ url = '/epmetuser/icNotice/sendNotice'
const { data, code, msg } = await requestPost(url, this.formData)
@@ -138,7 +131,7 @@ export default {
message: '操作成功'
})
this.resetData()
- this.$emit('dialogCancle')
+ this.$emit('dialogOk')
this.btnDisable = false
} else {
@@ -161,13 +154,11 @@ export default {
this.formData = {
- name: '',
- idCard: '',
- phone: '',
- remark: '',
+ origin: '1',
isSelChannel: false,
channel: [],
content: '',
+ userList: [],
}
},
diff --git a/src/views/modules/base/epidemic/veroFocus/vfVisiteList.vue b/src/views/modules/base/epidemic/veroFocus/vfVisiteList.vue
index cfabc4cb..fdef145e 100644
--- a/src/views/modules/base/epidemic/veroFocus/vfVisiteList.vue
+++ b/src/views/modules/base/epidemic/veroFocus/vfVisiteList.vue
@@ -210,6 +210,7 @@ export default {
},
handleCancle () {
+ this.$refs.ref_form.resetFields()
this.dialogVisible = false
},
diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue
index 95b645a5..a1c5cf27 100644
--- a/src/views/modules/base/resi.vue
+++ b/src/views/modules/base/resi.vue
@@ -34,6 +34,10 @@
class="diy-button--reset"
:loading="exportBtn"
@click="handleExport">{{exportBtnTitle}}
+ 批量删除
@@ -111,7 +115,7 @@
- 全选
@@ -119,7 +123,7 @@
style="margin-left:15px"
type="danger"
size="small"
- @click="deleteBatch">删除
+ @click="deleteBatch">删除 -->