From ec3c0e8012bb8ffcfed43bf4dc552e1e6214c771 Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: Tue, 02 Aug 2022 15:06:07 +0800
Subject: [PATCH] 对接
---
src/views/accidentManagementSystem/accidentReport/component/openAdd.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/views/accidentManagementSystem/accidentReport/component/openAdd.vue b/src/views/accidentManagementSystem/accidentReport/component/openAdd.vue
index ff3487f..039bc5c 100644
--- a/src/views/accidentManagementSystem/accidentReport/component/openAdd.vue
+++ b/src/views/accidentManagementSystem/accidentReport/component/openAdd.vue
@@ -610,6 +610,9 @@
if (!formEl) return;
formEl.resetFields();
};
+ const handleChange = (val: number) => {
+ console.log(val)
+ };
// 应急队伍弹窗
const Shows=ref()
const daiInpt=()=>{
@@ -667,6 +670,7 @@
titles,
disabled,
emit,
+ handleChange
};
},
});
--
Gitblit v1.9.2