|
@@ -4,7 +4,7 @@ |
|
|
<!-- 未完成 类名 sSec1Type2 图片 enter2-1 enter2-2 enter2-3 enter2-4 enter2-5--> |
|
|
<!-- 未完成 类名 sSec1Type2 图片 enter2-1 enter2-2 enter2-3 enter2-4 enter2-5--> |
|
|
<!-- 可以点击类名 sSec1Tap --> |
|
|
<!-- 可以点击类名 sSec1Tap --> |
|
|
<view class="ensHeader"> |
|
|
<view class="ensHeader"> |
|
|
<view class="ensTime">{{ todayTime.doHandleYear() }}</view> |
|
|
|
|
|
|
|
|
<view class="ensTime">{{ year }}</view> |
|
|
<view class="ensHeadT">新生入校流程</view> |
|
|
<view class="ensHeadT">新生入校流程</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="ensSec1"> |
|
|
<view class="ensSec1"> |
|
@@ -135,20 +135,29 @@ export default{ |
|
|
StuInfoFreshEntity:{}, |
|
|
StuInfoFreshEntity:{}, |
|
|
StuInfoFreshFamilyList: [], |
|
|
StuInfoFreshFamilyList: [], |
|
|
StuInfoFreshEmergePeopleList: [] |
|
|
StuInfoFreshEmergePeopleList: [] |
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
year:'', |
|
|
|
|
|
ready:false, |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
onShow() { |
|
|
onShow() { |
|
|
this.init(); |
|
|
|
|
|
|
|
|
if(this.ready){ |
|
|
|
|
|
this.init(); |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
methods:{ |
|
|
methods:{ |
|
|
init() { |
|
|
init() { |
|
|
let _this = this; |
|
|
let _this = this; |
|
|
_this.userinfo = _this.GET_GLOBAL('loginUser'); //获取登录信息 |
|
|
_this.userinfo = _this.GET_GLOBAL('loginUser'); //获取登录信息 |
|
|
|
|
|
this.year = todayTime.doHandleYear() |
|
|
_this.LOADING('加载数据中…'); |
|
|
_this.LOADING('加载数据中…'); |
|
|
_this.HTTP_GET('StuInfoFresh/stuInfoFreshEntity', _this.userinfo.account, '加载数据时出错').then(res => { |
|
|
_this.HTTP_GET('StuInfoFresh/stuInfoFreshEntity', _this.userinfo.account, '加载数据时出错').then(res => { |
|
|
|
|
|
this.ready = true |
|
|
_this.HIDE_LOADING(); |
|
|
_this.HIDE_LOADING(); |
|
|
console.log(res); |
|
|
console.log(res); |
|
|
|
|
|
if(res.StuInfoFreshEntity == null){ |
|
|
|
|
|
res.StuInfoFreshEntity = {} |
|
|
|
|
|
} |
|
|
_this.data = _this.COPY(res); |
|
|
_this.data = _this.COPY(res); |
|
|
if (this.data["StuInfoFreshFamilyList"].length && this.data["StuInfoFreshFamilyList"].length > 0) { |
|
|
if (this.data["StuInfoFreshFamilyList"].length && this.data["StuInfoFreshFamilyList"].length > 0) { |
|
|
_this.one = true |
|
|
_this.one = true |
|
|