From a76c5c86ac9af71da45bf78c825a2c7aa843b4c8 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 26 一月 2024 15:35:54 +0800
Subject: [PATCH] Revert "Mr.Shi"

---
 company/src/components/business/OperaInsuranceApplyWindow.vue |   21 +--------------------
 1 files changed, 1 insertions(+), 20 deletions(-)

diff --git a/company/src/components/business/OperaInsuranceApplyWindow.vue b/company/src/components/business/OperaInsuranceApplyWindow.vue
index c8095b8..b61ea73 100644
--- a/company/src/components/business/OperaInsuranceApplyWindow.vue
+++ b/company/src/components/business/OperaInsuranceApplyWindow.vue
@@ -1,7 +1,7 @@
 <template>
     <GlobalWindow
         :title="title"
-        width="100%"
+        width="80%"
         :visible.sync="visible"
         :confirm-working="isWorking"
         @confirm="confirm"
@@ -410,7 +410,6 @@
                     user: '',
                     region: ''
                 },
-                value1: '',
                 visible1: false,
                 visible2: false,
                 visible3: false,
@@ -443,24 +442,6 @@
             })
         },
         methods: {
-            open (title, target) {
-                this.title = title
-                this.visible = true
-                // 鏂板缓
-                // if (target == null) {
-                //     this.$nextTick(() => {
-                //         this.$refs.form.resetFields()
-                //         this.form[this.configData['field.id']] = null
-                //     })
-                //     return
-                // }
-                // 缂栬緫
-                this.$nextTick(() => {
-                    for (const key in this.form) {
-                        this.form[key] = target[key]
-                    }
-                })
-            },
             handleRemove(file, fileList) {
                 console.log(file, fileList);
             },

--
Gitblit v1.9.3