| | |
| | | <u-popup round="19rpx" :show="showPop" mode="center" @close="close" @open="open"> |
| | | <view class="popup-content"> |
| | | <view class="title-pop">请选择下派单位</view> |
| | | <view class="pop-label">社区:</view> |
| | | <view class="pop-label">{{['','区县','街道','社区'][accountLevel]}}:</view> |
| | | <uni-data-select :disabled="false" v-model="value" :localdata="range"></uni-data-select> |
| | | |
| | | <view class="botton-btn"> |
| | |
| | | showPop: false, |
| | | value: '', |
| | | range: [], |
| | | accountLevel: 1, //1、市级 2、区县 3、街道 4、社区 |
| | | }; |
| | | }, |
| | | onShow() { |
| | | this.accountLevel = uni.getStorageSync('userInfo').accountLevel || 1 |
| | | }, |
| | | onLoad(option) { |
| | | // option.id = 1 |
| | | if (option.id) { |