From 2b20e74930a183347d62873a1305c53e6e5c65a7 Mon Sep 17 00:00:00 2001 From: sk1551 <15175617877@163.com> Date: Mon, 23 Nov 2020 11:38:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=99=E5=AD=A6=E8=AE=A1?= =?UTF-8?q?=E5=88=92-=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/benyi/mathtermplan/data.vue | 14 +++++++------- ruoyi-ui/src/views/benyi/planweek/index.vue | 1 + ruoyi-ui/src/views/benyi/thememonthplan/data.vue | 14 +++++++------- ruoyi-ui/src/views/benyi/themetermplan/data.vue | 14 +++++++------- ruoyi-ui/src/views/benyi/themeweekplan/data.vue | 14 +++++++------- 5 files changed, 29 insertions(+), 28 deletions(-) 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(); }