Commit 049549ce authored by youjie's avatar youjie

no message

parent 13fe78fd
...@@ -288,8 +288,8 @@ ...@@ -288,8 +288,8 @@
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.PeriodsList = res.data.data; this.PeriodsList = res.data.data;
if (this.PeriodsList && this.PeriodsList.length > 0) { if (!this.msg.PeriodId&&this.PeriodsList && this.PeriodsList.length > 0) {
// this.msg.Periods = Number(this.PeriodsList[0].Id) this.msg.PeriodId = Number(this.PeriodsList[0].Id)
} }
} else { } else {
......
...@@ -360,7 +360,7 @@ ...@@ -360,7 +360,7 @@
</div> </div>
</template> </template>
<div class="ladder-list"> <div class="ladder-list">
<div class="ladder-title">额外奖励 (不含落地团{{isBranchCompany?'、独立成团':''}})</div> <div class="ladder-title">额外奖励 {{isBranchCompany?'(不含落地团、独立成团)':''}}</div>
<div class="CommissionInfor"> <div class="CommissionInfor">
<span> <span>
当月团数:<span>{{item.TravelAward.TravelNum}}</span> 当月团数:<span>{{item.TravelAward.TravelNum}}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment