Commit 5b11f9fb by yuwen

update

parent 680a981f
......@@ -86,9 +86,10 @@ export default {
},
// 年级选择结果
gradeList: [
{name: '四年级'},
{name: '五年级'},
{name: '六年级'}
{name: '六年级'},
{name: '七年级'},
{name: '八年级'},
{name: '九年级'}
],
// 选择班级
classRes: {
......@@ -198,7 +199,7 @@ export default {
* @method edit 返回
*/
edit () {
this.$router.back()
this.$router.push({path: '/growthRecord'})
},
/**
* @method Search 搜索
......@@ -348,7 +349,6 @@ export default {
position: absolute;
top: 39px;
left: 1822px;
cursor: pointer;
}
}
.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