From 93fc1076b647bb3ae9ef12511f3ab1b39e0bc08a Mon Sep 17 00:00:00 2001 From: sk1551 <15175617877@163.com> Date: Fri, 24 Jul 2020 11:20:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=E6=95=B0=E5=AD=A6=E5=AD=A6?= =?UTF-8?q?=E4=B9=A0=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/benyi/mathstudy/index.vue | 26 +++++++++----------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/ruoyi-ui/src/views/benyi/mathstudy/index.vue b/ruoyi-ui/src/views/benyi/mathstudy/index.vue index ee8359f5f..a772c75cc 100644 --- a/ruoyi-ui/src/views/benyi/mathstudy/index.vue +++ b/ruoyi-ui/src/views/benyi/mathstudy/index.vue @@ -35,16 +35,16 @@

{{title2}}

-
- -
+

{{title3}}

-
- -
- +
+
+
+

{{gameplan}}

+
+

第{{item.sort}}周 - {{item.name}}

@@ -99,6 +99,8 @@ export default { communicate: "", //建议 sug: "", + // 数学游戏方案 + gameplan: "数学游戏方案", //活动形式 typeOptions: [], //目的 @@ -148,7 +150,6 @@ export default { getTreeselect() { treeselect().then(response => { this.treeOptions = response.data; - console.log(this.treeOptions); }); }, // 筛选节点 @@ -159,19 +160,14 @@ export default { // 节点单击事件 handleNodeClick(data) { this.id = data.id; - console.log(data.id); if (data.id >= 9999) { } else { this.title = data.label; - console.log(this.title); this.getMathDetails(); } - // console.log(this.dayflowtaskList[date.id]) - // this.getStandardList(); }, getMathDetails() { getMath(this.id).then(response => { - //console.log(response); if (response.code == "200") { this.title1 = "学习目标"; this.title2 = "表现特征"; @@ -179,10 +175,10 @@ export default { this.note = response.data.target; this.communicate = response.data.feature; this.sug = response.data.suggest; - //this.queryParams.mathid = response.data.id; + this.queryParams.mathid = response.data.id; listPlan(this.queryParams).then(req => { - //console.log(req); + // console.log(req); if (req.code == "200") { this.planList = req.rows; }