From ff95e73d12418ee4b1e400eaceac3d4d623f85b6 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期五, 29 三月 2024 18:44:04 +0800
Subject: [PATCH] 提交一把

---
 company/src/components/enterprise/OperaInsuranceApplyWindow.vue |   41 -----------------------------------------
 1 files changed, 0 insertions(+), 41 deletions(-)

diff --git a/company/src/components/enterprise/OperaInsuranceApplyWindow.vue b/company/src/components/enterprise/OperaInsuranceApplyWindow.vue
index 6295d2b..b6ed940 100644
--- a/company/src/components/enterprise/OperaInsuranceApplyWindow.vue
+++ b/company/src/components/enterprise/OperaInsuranceApplyWindow.vue
@@ -349,47 +349,6 @@
                         detailList: this.tableData
                     })
 
-                    // let arr = JSON.parse(JSON.stringify(this.tableData))
-                    // arr.forEach(item => {
-                    //     item.idcardNo = item.idCard
-                    // })
-                    // this.isWorking = true
-                    // if (!this.form.id) {
-                    //     create({
-                    //         applyDetailList: arr,
-                    //         applyStartTime: this.form.applyStartTime,
-                    //         applyEndTime: this.form.applyEndTime,
-                    //         solutionId: this.form.solutionId
-                    //     }).then(() => {
-                    //         this.visible = false
-                    //         this.$tip.apiSuccess('鎿嶄綔鎴愬姛')
-                    //         this.$emit('success')
-                    //     })
-                    //         .catch(e => {
-                    //             this.$tip.apiFailed(e)
-                    //         })
-                    //         .finally(() => {
-                    //             this.isWorking = false
-                    //         })
-                    // } else {
-                    //     updateData({
-                    //         id: this.form.id,
-                    //         applyDetailList: arr,
-                    //         applyStartTime: this.form.applyStartTime,
-                    //         applyEndTime: this.form.applyEndTime,
-                    //         solutionId: this.form.solutionId
-                    //     }).then(() => {
-                    //         this.visible = false
-                    //         this.$tip.apiSuccess('鎿嶄綔鎴愬姛')
-                    //         this.$emit('success')
-                    //     }).catch(e => {
-                    //         this.$tip.apiFailed(e)
-                    //     })
-                    //     .finally(() => {
-                    //         this.isWorking = false
-                    //     })
-                    // }
-
                 }
             })
         },

--
Gitblit v1.9.3