优化
This commit is contained in:
@ -123,7 +123,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
handleEventClick(info) {
|
||||
this.msgSuccess("活动: " + info.event.title);
|
||||
this.msgSuccess("事件: " + info.event.title);
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
|
@ -942,6 +942,8 @@ export default {
|
||||
getClassList() {
|
||||
listClass(null).then((response) => {
|
||||
this.classOptions = response.rows;
|
||||
// console.log(response.rows[0].bjbh);
|
||||
// this.form.classid = response.rows[0].bjbh;
|
||||
});
|
||||
},
|
||||
/** 查询幼儿信息列表 */
|
||||
@ -1067,6 +1069,7 @@ export default {
|
||||
this.reset();
|
||||
this.open = true;
|
||||
this.title = "添加幼儿信息";
|
||||
this.form.classid = this.classOptions[0].bjbh;
|
||||
},
|
||||
/** 修改按钮操作 */
|
||||
async handleUpdate(row) {
|
||||
|
@ -85,7 +85,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
handleEventClick(info) {
|
||||
this.msgSuccess("活动: " + info.event.title);
|
||||
this.msgSuccess("事件: " + info.event.title);
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
Reference in New Issue
Block a user