Просмотр исходного кода

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-eam into dengfei

695593266@qq.com 10 месяцев назад
Родитель
Сommit
c7087d980d
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      src/views/maintenance/repair/repairNotes/components/addDialog.vue

+ 5 - 1
src/views/maintenance/repair/repairNotes/components/addDialog.vue

@@ -517,7 +517,11 @@
           sourceType: 1,
           sourceType: 1,
           leaderDeptId: this.addForm.leaderDeptId,
           leaderDeptId: this.addForm.leaderDeptId,
           leaderUserId: this.addForm.leaderUserId,
           leaderUserId: this.addForm.leaderUserId,
-          leaderName: this.addForm.leaderName
+          leaderName: this.addForm.leaderName,
+          repairUserId: this.addForm.repairUserId,
+          repairGroupId: this.addForm.repairGroupId,
+          repairGroupName: this.addForm.repairGroupName,
+          repairUserName: this.addForm.repairUserName
         };
         };
         this.loading = true;
         this.loading = true;
         if (this.row) {
         if (this.row) {