From dec16be08a9ac5279859e4eb6e264d25ac12da07 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期三, 19 十一月 2025 11:22:12 +0800
Subject: [PATCH] 1

---
 src/views/GyCustomer/CustomerEdit/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/GyCustomer/CustomerEdit/index.vue b/src/views/GyCustomer/CustomerEdit/index.vue
index c5f1c65..5fb9f44 100644
--- a/src/views/GyCustomer/CustomerEdit/index.vue
+++ b/src/views/GyCustomer/CustomerEdit/index.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="customer-edit">
-    <el-dialog
+    <!-- <el-dialog
       :title="dialogTitle"
       :visible.sync="openEdit"
       width="1480px"
@@ -8,7 +8,7 @@
       class="customerBox"
       :before-close="handleClose"
       :close-on-click-modal="false"
-    >
+    > -->
       <div class="dialog-content">
         <el-card style="margin-bottom: 10px;">
           <div class="card-header">
@@ -397,7 +397,7 @@
       :visible.sync="customerTypeDialogVisible"
       @selected="handleCustomerTypeSelected"
     />
-    </el-dialog>
+    <!-- </el-dialog> -->
   </div>
 </template>
 

--
Gitblit v1.9.1