| pages/home/index.vue | ●●●●● patch | view | raw | blame | history | |
| subPackage/school/security.vue | ●●●●● 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({