From 72a153f82321b8da3f64f80196a3ca84821a6895 Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期三, 03 八月 2022 10:08:29 +0800 Subject: [PATCH] 对接 --- src/components/equipmentDailog/standardDailog.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/equipmentDailog/standardDailog.vue b/src/components/equipmentDailog/standardDailog.vue index 3228ae5..85febd2 100644 --- a/src/components/equipmentDailog/standardDailog.vue +++ b/src/components/equipmentDailog/standardDailog.vue @@ -1,5 +1,5 @@ <template> - <el-dialog v-model="dialogVisible" :fullscreen="full" :title="titles" width="50%" draggable> + <el-dialog v-model="dialogVisible" :fullscreen="full" :before-close="resetForm" :title="titles" width="50%" draggable> <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button> <el-form :model="form" label-width="120px" :disabled="disabled"> <el-row> @@ -61,7 +61,7 @@ checkContent: '', checkTarget: '', unit: '', - checkPart: false, + checkPart: "", rate: '', }); // 开启弹窗 @@ -93,7 +93,7 @@ checkContent: '', checkTarget: '', unit: '', - checkPart: false, + checkPart: "", rate: '', }; }; @@ -105,7 +105,7 @@ checkContent: '', checkTarget: '', unit: '', - checkPart: false, + checkPart: "", rate: '', }; }; -- Gitblit v1.9.2