|
@@ -53,6 +53,7 @@
|
|
|
<view >刷新排名</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="czbtns" @click='getResetFn'>重置</view>
|
|
|
</view>
|
|
|
</block>
|
|
|
</view>
|
|
@@ -253,6 +254,19 @@
|
|
|
this.reachflag=true;
|
|
|
this.getDataFn()
|
|
|
},
|
|
|
+ getResetFn(){
|
|
|
+ var tabidx=this.tabidx;
|
|
|
+ if(tabidx=='jfju'){
|
|
|
+ this.jflxtxt=''
|
|
|
+ }else{
|
|
|
+ this.jbtxt=''
|
|
|
+ this.wybgstxt=''
|
|
|
+ this.wybgsval=''
|
|
|
+ this.jbval=''
|
|
|
+ }
|
|
|
+ this.title='';
|
|
|
+ this.getConfirm()
|
|
|
+ },
|
|
|
getChFn(){
|
|
|
if(checkPermi(['zxBonus:bonus:add'])){
|
|
|
this.$tab.navigateTo('/work/pages/report/addscore')
|
|
@@ -318,8 +332,7 @@
|
|
|
pageSize:this.pageSize,
|
|
|
pageNum: this.pageNum,
|
|
|
}
|
|
|
- params.boundary=this.jbval
|
|
|
- params.studio=this.wybgsval
|
|
|
+
|
|
|
if(this.title){
|
|
|
params.name=this.title
|
|
|
}
|
|
@@ -328,6 +341,8 @@
|
|
|
}else {
|
|
|
params.userId=this.userId
|
|
|
}
|
|
|
+ params.boundary=this.jbval
|
|
|
+ params.studio=this.wybgsval
|
|
|
getInfojopList(params).then(res=>{
|
|
|
if(res.code==200){
|
|
|
if (res.rows.length < this.pageSize) {
|
|
@@ -412,7 +427,7 @@
|
|
|
.lbtab{height: 114rpx;background: #FFFFFF;border-radius: 30rpx;padding-left: 24rpx;position: absolute;left:24rpx;right: 24rpx;bottom: -58rpx;
|
|
|
.limg{width: 40rpx;height: 34rpx;margin-right: 10rpx;flex:0 0 auto;}
|
|
|
.lbtabs{overflow: auto;flex-wrap: nowrap;flex: 1;
|
|
|
- .lbtabp{display: flex;align-items: center;flex:1;margin-right: 24rpx;}
|
|
|
+ .lbtabp{display: flex;align-items: center;flex:0 0 auto;margin-right: 24rpx;}
|
|
|
.upimg{width: 18rpx;height: 10rpx;}
|
|
|
|
|
|
}
|