|
|
@@ -45,7 +45,7 @@ |
|
|
|
</view> |
|
|
|
<view class=""> |
|
|
|
<text>已报名人数:</text> |
|
|
|
{{ item.StuNumOfApplyPre }} |
|
|
|
{{ item.StuNum }} |
|
|
|
</view> |
|
|
|
<view class="pageType">{{ typePd(item.Status) }}</view> |
|
|
|
</view> |
|
|
@@ -73,11 +73,11 @@ export default { |
|
|
|
}; |
|
|
|
}, |
|
|
|
onUnload() { |
|
|
|
this.OFF('EducationalAdministrationBookBorrow-list-change'); |
|
|
|
// this.OFF('EducationalAdministrationOpenLessonPlanOfElectiveStudentSelected-list-change'); |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
init() { |
|
|
|
this.ON('EducationalAdministrationBookBorrow-list-change', this.refreshList); |
|
|
|
// this.ON('EducationalAdministrationOpenLessonPlanOfElectiveStudentSelected-list-change', this.refreshList); |
|
|
|
// 拉取加载列表和数据源 |
|
|
|
Promise.all([() => {}]); |
|
|
|
var _this = this; |
|
|
|