Commit 049549ce authored by youjie's avatar youjie

no message

parent 13fe78fd
......@@ -288,8 +288,8 @@
res => {
if (res.data.resultCode == 1) {
this.PeriodsList = res.data.data;
if (this.PeriodsList && this.PeriodsList.length > 0) {
// this.msg.Periods = Number(this.PeriodsList[0].Id)
if (!this.msg.PeriodId&&this.PeriodsList && this.PeriodsList.length > 0) {
this.msg.PeriodId = Number(this.PeriodsList[0].Id)
}
} else {
......
......@@ -360,7 +360,7 @@
</div>
</template>
<div class="ladder-list">
<div class="ladder-title">额外奖励 (不含落地团{{isBranchCompany?'、独立成团':''}})</div>
<div class="ladder-title">额外奖励 {{isBranchCompany?'(不含落地团、独立成团)':''}}</div>
<div class="CommissionInfor">
<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