Commit 5b11f9fb by yuwen

update

parent 680a981f
...@@ -86,9 +86,10 @@ export default { ...@@ -86,9 +86,10 @@ export default {
}, },
// 年级选择结果 // 年级选择结果
gradeList: [ gradeList: [
{name: '四年级'}, {name: '六年级'},
{name: '五年级'}, {name: '七年级'},
{name: '六年级'} {name: '八年级'},
{name: '九年级'}
], ],
// 选择班级 // 选择班级
classRes: { classRes: {
...@@ -198,7 +199,7 @@ export default { ...@@ -198,7 +199,7 @@ export default {
* @method edit 返回 * @method edit 返回
*/ */
edit () { edit () {
this.$router.back() this.$router.push({path: '/growthRecord'})
}, },
/** /**
* @method Search 搜索 * @method Search 搜索
...@@ -348,7 +349,6 @@ export default { ...@@ -348,7 +349,6 @@ export default {
position: absolute; position: absolute;
top: 39px; top: 39px;
left: 1822px; left: 1822px;
cursor: pointer;
} }
} }
.bulletImg{ .bulletImg{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment