Commit c84d31e8 by 杨青杰

update

parent 7ada76e4
......@@ -161,7 +161,7 @@ export default {
* @method Search 查询更多
*/
Search () {
if (this.studentName === '顾雨辰' && this.gradeRes.name === '三年级' && this.classRes.name === '四班' && this.sexRes.name === '女') {
if (this.studentName.name === '顾雨辰' && this.gradeRes.name === '三年级' && this.classRes.name === '四班' && this.sexRes.name === '女') {
this.$router.push({path: '/student'})
} else {
this.$message('暂无数据')
......
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