| | |
| | | }) |
| | | this.$message.hideLoading() |
| | | if (code === 0) { |
| | | this.$message.showToast('操作成功') |
| | | setTimeout(() => { |
| | | this.init() |
| | | }, 500) |
| | | await this.$message.showToast('操作成功') |
| | | this.init() |
| | | // setTimeout(() => { |
| | | // this.init() |
| | | // }, 500) |
| | | } |
| | | return |
| | | } |
| | |
| | | <view class="form-item-label require" style="min-width: 120rpx;margin-right: 10rpx;"> |
| | | 降级等级 |
| | | </view> |
| | | <view class="form-item-value flex"> |
| | | <view class="form-item-value flex "> |
| | | <view class="value-item" @click="()=>{ |
| | | if(form.targetLevel!==query.value){ |
| | | form.targetLevel = each.value |