linwe
2024-06-21 5b33fa25f18d485fac7414637aa5e7579741f057
subPackage/school/security.vue
@@ -10,7 +10,7 @@
      </view>
      <view class="info-row flex j-c-s-b a-i-c bgc-ff" @click="isShowPopup = true" v-if="!from">
         <text class="f-28">校园名称:</text>
         <text class="f-28"><text>* </text> 校园名称:</text>
         <view class="flex">
            <text class="mr-10">{{selectedPlace.placeName}}</text>
            <u-icon name="arrow-right"></u-icon>
@@ -104,10 +104,6 @@
                     <text class="f-28 fw mr-20">{{i.placeName}}</text>
                     <text class="f-26" v-if="i.phoneNumber">{{i.phoneNumber}}</text>
                  </view>
                  <!--
                  <view class="f-28">
                     {{i.townStreetName}}{{i.neiName}}{{i.aoiName}}{{i.address || ""}}
                  </view> -->
                  <view class="check-icon" v-if="i.houseCode == info.houseCode">
                     <u-icon name="checkbox-mark" color="#017BFC" size="30"></u-icon>
                  </view>
@@ -483,6 +479,10 @@
               this.$showTips("还未完善");
               return;
            }
            if (!this.selectedPlace.placeName) {
               this.$showTips("场所名称不能为空");
               return;
            }
            this.info.taskPlaceRecordVOList = this.getSelected()
@@ -544,6 +544,7 @@
         selectPlace(item) {
            this.selectedPlace = item;
            this.selectedPlace.address = item.location
            this.info.houseCode = item.houseCode;
            this.isShowPopup = false;
         },