Browse Source

fix:增加部分事件

master
123456 3 years ago
parent
commit
52acf7bbeb
  1. 4
      src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue
  2. 1
      src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue

4
src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue

@ -113,7 +113,6 @@ var infoWindowList;
export default {
data() {
return {
visible: false,
dataForm: {
id: "",
customerId: "",
@ -336,7 +335,6 @@ export default {
.catch(() => {});
},
init() {
this.visible = true;
this.$nextTick(() => {
this.$refs["dataForm"].resetFields();
if (this.dataForm.id) {
@ -380,8 +378,8 @@ export default {
type: "success",
duration: 500,
onClose: () => {
this.visible = false;
this.$emit("refreshDataList");
this.closeSubmit()
},
});
})

1
src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue

@ -420,6 +420,7 @@ export default {
// onClose: () => {
// this.visible = false
// this.$emit('refreshDataList')
// this.closeSubmit()
// }
// })
// }).catch(() => {})

Loading…
Cancel
Save