MrShi
2025-06-16 a5f75b8c4acff2ffd49d490c314d95a8c5f5db7e
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