Commit f51ab1fa authored by 黄奎's avatar 黄奎

去掉多余字段

parent 0eebb0dd
...@@ -311,7 +311,7 @@ ...@@ -311,7 +311,7 @@
this.init() this.init()
this.mask = false this.mask = false
this.classification = -1 this.classification = -1
this.Theclass[0].name = '年级不限' this.Theclass[0].name = '年级'
} }
}, },
// 类型不限 // 类型不限
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
this.init() this.init()
this.mask = false this.mask = false
this.classification = -1 this.classification = -1
this.Theclass[1].name = '类型不限' this.Theclass[1].name = '类型'
} }
}, },
// 年级内容 // 年级内容
......
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