linwe
2024-06-06 038b33f61f181bf669452b650b79c67ab13ae998
校园安全优化
2 files modified
13 ■■■■■ changed files
pages/home/index.vue 8 ●●●●● patch | view | raw | blame | history
subPackage/school/security.vue 5 ●●●● patch | view | raw | blame | history
pages/home/index.vue
@@ -205,6 +205,14 @@
                                </view>
                            </u-grid-item>
                            <u-grid-item v-if="roleName == 'xyzt'"
                                @click="navigatorPage('/subPackage/school/securityRecord')">
                                <view class="nav-item flex f-d-c a-i-c">
                                    <u-icon name="/static/icon/nav-29.png" width="80rpx" height="80rpx"></u-icon>
                                    <text class="nav-item-text f-26  mt-10">校园安保检查</text>
                                </view>
                            </u-grid-item>
                            <u-grid-item @click="navToSchoolClockIn()" v-if="roleName == 'xyty'">
                                <view class="nav-item flex f-d-c a-i-c">
                                    <u-icon
subPackage/school/security.vue
@@ -197,7 +197,7 @@
                    this.getHouseType(houseCode);
                }
            }
            this.getPlaceList();
            // this.getPlaceList();
            // if (option.houseCode) {
            //     this.info.houseCode = option.houseCode;
            // }
@@ -490,6 +490,9 @@
                    }
                }
                this.info.type = 2;
                if (!this.info.placeName) {
                    this.info.placeName = this.selectedPlace.placeName
                }
                savePlaceCheck(this.info).then(res => {
                    uni.hideLoading();
                    uni.showToast({