mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 02:56:30 +08:00
commit:1.5多应用版本
This commit is contained in:
@@ -96,7 +96,7 @@ export default {
|
||||
impl: new DropdownWidget(this.loadSchoolIdDropdownList)
|
||||
},
|
||||
Student: {
|
||||
impl: new TableWidget(this.loadStudentData, this.loadStudentVerify, true, false)
|
||||
impl: new TableWidget(this.loadStudentWidgetData, this.loadStudentVerify, true, false)
|
||||
},
|
||||
isInit: false
|
||||
}
|
||||
@@ -114,7 +114,7 @@ export default {
|
||||
/**
|
||||
* 班级学生数据获取函数,返回Promise
|
||||
*/
|
||||
loadStudentData (params) {
|
||||
loadStudentWidgetData (params) {
|
||||
if (
|
||||
this.classId == null
|
||||
) {
|
||||
@@ -212,7 +212,8 @@ export default {
|
||||
this.refreshFormSetClassStudent();
|
||||
}
|
||||
},
|
||||
created () {
|
||||
mounted () {
|
||||
// 初始化页面数据
|
||||
this.formInit();
|
||||
},
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user