zhangjie 1 tahun lalu
induk
melakukan
299d8a3e4f

+ 1 - 1
src/views/resource-guard/person-guard/person-allocate/person-deploy-dialog.vue

@@ -282,7 +282,7 @@ const save = async () => {
         };
       }),
   };
-  const regionUserInfo = formData.roleConfigInfo.filter(
+  const regionUserInfo = formData.roleConfigInfo.find(
     (item) => item.roleType === 'REGION_COORDINATOR'
   );
   if (regionUserInfo) data.regionUserId = regionUserInfo[0].userIdList[0];