From 1f772a6c7834eef35ff4c9f2c8ed734a4c2be76a Mon Sep 17 00:00:00 2001 From: 13937891274 <kxc0822> Date: 星期二, 02 八月 2022 11:09:16 +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