From 84b74d64ecc519882b89278f1011f7ac7525d190 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期二, 05 三月 2024 19:23:40 +0800 Subject: [PATCH] mrshi --- 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