Browse Source

111

shibei_master
jiangyy 3 years ago
parent
commit
c6f5e16762
  1. 3
      src/views/modules/base/epidemic/natFocus/natFocusList.vue
  2. 2
      src/views/modules/base/epidemic/natFocus/nfSendNotice.vue
  3. 4
      src/views/modules/base/epidemic/veroFocus/veroFocusList.vue
  4. 2
      src/views/modules/base/epidemic/veroFocus/vfSendNotice.vue

3
src/views/modules/base/epidemic/natFocus/natFocusList.vue

@ -261,6 +261,7 @@
class="dialog-h" class="dialog-h"
@closed="diaClose"> @closed="diaClose">
<nf-send-notice ref="ref_sendnotice" <nf-send-notice ref="ref_sendnotice"
@dialogOk="addFormOk"
@dialogCancle="diaClose"></nf-send-notice> @dialogCancle="diaClose"></nf-send-notice>
</el-dialog> </el-dialog>
<!-- 通知记录弹出框 --> <!-- 通知记录弹出框 -->
@ -531,6 +532,8 @@ export default {
addFormOk () { addFormOk () {
this.addFormShow = false this.addFormShow = false
this.editFormShow = false this.editFormShow = false
this.sendNoticeFormShow = false
this.loadTable() this.loadTable()
}, },

2
src/views/modules/base/epidemic/natFocus/nfSendNotice.vue

@ -137,7 +137,7 @@ export default {
message: '操作成功' message: '操作成功'
}) })
this.resetData() this.resetData()
this.$emit('dialogCancle') this.$emit('dialogOk')
this.btnDisable = false this.btnDisable = false
} else { } else {

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

@ -256,7 +256,8 @@
class="dialog-h" class="dialog-h"
@closed="diaClose"> @closed="diaClose">
<vf-send-notice ref="ref_sendnotice" <vf-send-notice ref="ref_sendnotice"
@dialogCancle="diaClose"></vf-send-notice> @dialogCancle="diaClose"
@dialogOk="addFormOk"></vf-send-notice>
</el-dialog> </el-dialog>
<!-- 通知记录弹出框 --> <!-- 通知记录弹出框 -->
<el-dialog :visible.sync="noticeListFormShow" <el-dialog :visible.sync="noticeListFormShow"
@ -523,6 +524,7 @@ export default {
addFormOk () { addFormOk () {
this.addFormShow = false this.addFormShow = false
this.sendNoticeFormShow = false
this.editFormShow = false this.editFormShow = false
this.loadTable() this.loadTable()

2
src/views/modules/base/epidemic/veroFocus/vfSendNotice.vue

@ -131,7 +131,7 @@ export default {
message: '操作成功' message: '操作成功'
}) })
this.resetData() this.resetData()
this.$emit('dialogCancle') this.$emit('dialogOk')
this.btnDisable = false this.btnDisable = false
} else { } else {

Loading…
Cancel
Save