Lou
2024-03-20 ee5bd20779565d6231c3b58374e431adb068ca7d
subPackage/workbench/views/editExamine.vue
@@ -146,7 +146,7 @@
            <view class="info" v-for="(item, index) in personNumArr" :key="index">
               <view class="flex a-i-c j-c-s-b" style="padding:20rpx;">
                  <view class="title fw" style="text-align:center;">人员信息-#{{ index*1 + 1 }}</view>
                  <view v-if="(index+1) > 1">
                  <view>
                     <u-icon name="trash-fill" color="#ff0000" size="20" @click="deletePerson(index)" />
                  </view>
               </view>
@@ -277,7 +277,7 @@
                  }
               ]
            },
            personNum: 1,
            personNum: 0,
            curSelectSite: {},
            jwd: "",
            placeList: [],
@@ -300,7 +300,7 @@
            genderValue: "",
            showNationPicker: false,
            showGenderPicker: false,
            personNumArr: [1],
            personNumArr: [],
         }
      },
      onShow() {