From 50fb58286ed3b718c39a97e0987ee7561a295651 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 04 七月 2025 17:56:41 +0800
Subject: [PATCH] git ch
---
company/src/components/enterprise/addEmployeeWithDu.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/company/src/components/enterprise/addEmployeeWithDu.vue b/company/src/components/enterprise/addEmployeeWithDu.vue
index 80b00ca..0e85fc6 100644
--- a/company/src/components/enterprise/addEmployeeWithDu.vue
+++ b/company/src/components/enterprise/addEmployeeWithDu.vue
@@ -98,7 +98,7 @@
]
this.arr = obj.arr
this.price = obj.price
- if (obj.hasDispatchUnit === 1) {
+ if (obj.hasDispatchUnit === 0) {
this.getFindListByDTO()
} else {
worktype({ id: obj.solutionId, queryType: 0 })
@@ -119,6 +119,7 @@
this.list[index].options = []
let duSolutionId = ''
this.list[index].duName = null
+ this.list[index].worktypeId = ''
this.dispatching.forEach(item => {
if (item.id === this.list[index].duId) {
duSolutionId = item.duSolutionId
--
Gitblit v1.9.3