diff --git a/ruoyi-ui/src/views/benyi/calendarshow/index.vue b/ruoyi-ui/src/views/benyi/calendarshow/index.vue index 34d02ce3a..9007027de 100644 --- a/ruoyi-ui/src/views/benyi/calendarshow/index.vue +++ b/ruoyi-ui/src/views/benyi/calendarshow/index.vue @@ -123,7 +123,7 @@ export default { }, methods: { handleEventClick(info) { - this.msgSuccess("活动: " + info.event.title); + this.msgSuccess("事件: " + info.event.title); }, }, mounted() { diff --git a/ruoyi-ui/src/views/benyi/child/index.vue b/ruoyi-ui/src/views/benyi/child/index.vue index 585f52783..d8e72672c 100644 --- a/ruoyi-ui/src/views/benyi/child/index.vue +++ b/ruoyi-ui/src/views/benyi/child/index.vue @@ -3,7 +3,7 @@ - + { 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) { diff --git a/ruoyi-ui/src/views/dashboard/BarChart.vue b/ruoyi-ui/src/views/dashboard/BarChart.vue index 8940512b7..28c4621ee 100644 --- a/ruoyi-ui/src/views/dashboard/BarChart.vue +++ b/ruoyi-ui/src/views/dashboard/BarChart.vue @@ -85,7 +85,7 @@ export default { }, methods: { handleEventClick(info) { - this.msgSuccess("活动: " + info.event.title); + this.msgSuccess("事件: " + info.event.title); } }, mounted() {