diff --git a/ruoyi-ui/src/views/benyi/mathtermplan/data.vue b/ruoyi-ui/src/views/benyi/mathtermplan/data.vue index 1e9e1a924..0b1aaaace 100644 --- a/ruoyi-ui/src/views/benyi/mathtermplan/data.vue +++ b/ruoyi-ui/src/views/benyi/mathtermplan/data.vue @@ -40,7 +40,7 @@ - + 修改填充 @@ -105,7 +105,7 @@ @click="handleUpdate(scope.row)" v-hasPermi="['benyi:mathtermplan:edit']" v-show="isShow" - >修改填充 { this.form = response.data; this.open = true; - this.title = "修改游戏数学学期计划明细"; + this.title = "填充游戏数学学期计划明细"; var mathconent = response.data.mathconent.split(";"); var array = []; mathconent.forEach(function (value, key, arr) { @@ -434,7 +434,7 @@ export default { if (this.form.id != undefined) { updateMathtermplanitem(this.form).then((response) => { if (response.code === 200) { - this.msgSuccess("修改成功"); + this.msgSuccess("填充成功"); this.open = false; this.getList(); } diff --git a/ruoyi-ui/src/views/benyi/planweek/index.vue b/ruoyi-ui/src/views/benyi/planweek/index.vue index 17cb16392..3d68bb0f2 100644 --- a/ruoyi-ui/src/views/benyi/planweek/index.vue +++ b/ruoyi-ui/src/views/benyi/planweek/index.vue @@ -348,6 +348,7 @@ export default { getClassList() { listClass(null).then(response => { this.classOptions = response.rows; + console.log(this.classOptions); }); }, diff --git a/ruoyi-ui/src/views/benyi/thememonthplan/data.vue b/ruoyi-ui/src/views/benyi/thememonthplan/data.vue index dbddb780a..0e51762bd 100644 --- a/ruoyi-ui/src/views/benyi/thememonthplan/data.vue +++ b/ruoyi-ui/src/views/benyi/thememonthplan/data.vue @@ -27,7 +27,7 @@ - + 修改 + >填充 修改 + >填充 { this.form = response.data; this.open = true; - this.title = "修改主题整合周计划明细"; + this.title = "填充主题整合周计划明细"; var activityid = response.data.activityid.split(";"); var array = []; //console.log(arr); @@ -414,7 +414,7 @@ export default { if (this.form.id != undefined) { updateMonthplanitem(this.form).then((response) => { if (response.code === 200) { - this.msgSuccess("修改成功"); + this.msgSuccess("填充成功"); this.open = false; this.getList(); } diff --git a/ruoyi-ui/src/views/benyi/themetermplan/data.vue b/ruoyi-ui/src/views/benyi/themetermplan/data.vue index 42bb25937..2081a95b1 100644 --- a/ruoyi-ui/src/views/benyi/themetermplan/data.vue +++ b/ruoyi-ui/src/views/benyi/themetermplan/data.vue @@ -28,7 +28,7 @@ - + 修改 + >填充 修改 + >填充 { this.form = response.data; this.open = true; - this.title = "修改主题整合学期计划明细"; + this.title = "填充主题整合学期计划明细"; var themeconent = response.data.themeconent.split(";"); var array = []; //console.log(arr); @@ -378,7 +378,7 @@ export default { if (this.form.id != undefined) { updateTermplanitem(this.form).then((response) => { if (response.code === 200) { - this.msgSuccess("修改成功"); + this.msgSuccess("填充成功"); this.open = false; this.getList(); } diff --git a/ruoyi-ui/src/views/benyi/themeweekplan/data.vue b/ruoyi-ui/src/views/benyi/themeweekplan/data.vue index 56bb35758..acdf32c6d 100644 --- a/ruoyi-ui/src/views/benyi/themeweekplan/data.vue +++ b/ruoyi-ui/src/views/benyi/themeweekplan/data.vue @@ -57,7 +57,7 @@ - + 修改 + >填充 修改 + >填充 { this.form = response.data; this.open = true; - this.title = "修改主题整合周计划明细"; + this.title = "填充主题整合周计划明细"; this.disabled = true; var activityid = response.data.activityid.split(";"); var array = []; @@ -489,7 +489,7 @@ export default { if (this.form.id != undefined) { updateWeekplanitem(this.form).then((response) => { if (response.code === 200) { - this.msgSuccess("修改成功"); + this.msgSuccess("填充成功"); this.open = false; this.getList(); }