huangxw 7 ماه پیش
والد
کامیت
f902b42995
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/authority/models/ChooseExpertCheck.vue

+ 1 - 1
src/views/authority/models/ChooseExpertCheck.vue

@@ -82,7 +82,7 @@ const submitForm = async () => {
                 personType: item.personType,
                 personCount: item.personCount,
                 isAppoint: item.isAppoint,
-                personIds: item.personInfos.map((person: any) => person.id)
+                personIds: +item.isAppoint ? item.personInfos.map((person: any) => person.id) : []
             };
         });
         emit('success', persons);