From cb440a7026729d260e75fc727ffb8099b4c8b2be Mon Sep 17 00:00:00 2001
From: 13937891274 <kxc0822>
Date: Wed, 03 Aug 2022 17:26:02 +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