Commit b2f88fb8 authored by 黄奎's avatar 黄奎

参数修改

parent 2a8c4bbc
......@@ -161,7 +161,7 @@
data() {
return {
Theclass: [{
name: '级',
name: '级',
id: '0',
},
{
......@@ -292,6 +292,7 @@
if (this.index) {
this.index2 = -1
this.msg.CategoryIds = ''
this.msg.EduClassTypeId=''
this.msg.page = 1;
this.subjectslist = [];
this.g = [];
......@@ -312,13 +313,18 @@
},
content3(item, i) {
let obj2={
EduClassTypeId:''
}
this.index2 = i
this.index = false
this.classification = -1
this.mask = false
this.msg.page = 1;
this.g = [];
this.msg.CategoryIds = item.CateId
obj2.EduClassTypeId =item.CateId
let obj = Object.assign({}, this.msg, obj2);
this.msg= obj
this.init()
},
......
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