From d514fe47cf7bc456cdedc36c2c115fb56ef8ab3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9C=9F=E6=8B=A8=E9=BC=A0?= <6475813@qq.com> Date: Sat, 18 Dec 2021 11:59:39 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/components/Catch/Table/index.vue.?= =?UTF-8?q?=20=E5=85=B3=E9=97=AD=E8=A1=A8=E5=8D=95dialog=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E7=A9=BA=E7=99=BD=E5=A4=84=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Catch/Table/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Catch/Table/index.vue b/src/components/Catch/Table/index.vue index 40a78e4..73b2342 100644 --- a/src/components/Catch/Table/index.vue +++ b/src/components/Catch/Table/index.vue @@ -118,6 +118,7 @@ :width="dialogWidth" :modal="dialogModal" :show-header="false" + :close-on-click-modal="false" class="catch-form" append-to-body @opened="dialogOpened" -- Gitee