From 024ada89d6e29db63ff3fb5ba3ea133021b8a35b Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 16 六月 2025 11:47:31 +0800
Subject: [PATCH] 提交

---
 company/src/components/enterprise/additionSubtractionApplication.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/company/src/components/enterprise/additionSubtractionApplication.vue b/company/src/components/enterprise/additionSubtractionApplication.vue
index b3c9821..48bb598 100644
--- a/company/src/components/enterprise/additionSubtractionApplication.vue
+++ b/company/src/components/enterprise/additionSubtractionApplication.vue
@@ -454,7 +454,8 @@
         this.visible = false
         this.$tip.apiSuccess('鎿嶄綔鎴愬姛')
         // this.$refs.OperaApplyChangeDetailWindow.open('鍔犲噺淇濊鎯�', { applyId: this.form.id, id: res })
-        this.$emit('success', { applyId: this.form.id, id: res })
+        //   { applyId: this.form.id, id: res }
+        this.$emit('success')
       }).catch(e => {
         this.$tip.apiFailed(e)
       }).finally(() => {
@@ -564,9 +565,9 @@
         return
       }
       if (this.activeName === '0') {
-        this.$refs.addEmployee.open('娣诲姞鍔犱繚鍛樺伐', { arr: this.form.addDetailList, solutionId: this.item.newVersionSolutionId, price: this.price, companyId: this.item.hasDispatchUnit === 1 ? '1' : '' })
+        this.$refs.addEmployee.open('娣诲姞鍔犱繚鍛樺伐', { arr: this.form.addDetailList, solutionId: this.item.newVersionSolutionId, price: this.price, companyId: this.item.hasDispatchUnit === 1 ? '1' : '', hasDispatchUnit: this.item.hasDispatchUnit })
       } else {
-        this.$refs.addEmployee.open('娣诲姞鍑忎繚鍛樺伐', { arr: this.form.delDetailList, solutionId: this.item.newVersionSolutionId, price: this.reducePrice, companyId: this.item.hasDispatchUnit === 1 ? '1' : '' })
+        this.$refs.addEmployee.open('娣诲姞鍑忎繚鍛樺伐', { arr: this.form.delDetailList, solutionId: this.item.newVersionSolutionId, price: this.reducePrice, companyId: this.item.hasDispatchUnit === 1 ? '1' : '', hasDispatchUnit: this.item.hasDispatchUnit })
       }
     },
     uploadUser () {
@@ -607,7 +608,6 @@
       }
     },
     getUser (obj) {
-      console.log(this.seleData)
       this.seleData.forEach(item => {
         if (this.activeName === '0') {
           this.form.addDetailList.forEach(row => {

--
Gitblit v1.9.3