Commit 85ef55a4 authored by 黄奎's avatar 黄奎

页面修改

parent 4d45c472
...@@ -177,7 +177,7 @@ ...@@ -177,7 +177,7 @@
DeptName: "", //部门名称 DeptName: "", //部门名称
DeptId: 0, //部门编号 DeptId: 0, //部门编号
Status: "-1", Status: "-1",
School_Id: 0, School_Id: -1,
DeptTier: "", DeptTier: "",
ParentId: "", ParentId: "",
}, },
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
tempSchoolArray = []; tempSchoolArray = [];
} }
tempSchoolArray.unshift({ tempSchoolArray.unshift({
SId: 0, SId: -1,
SName: "不限" SName: "不限"
}); });
this.schoolList = tempSchoolArray; this.schoolList = tempSchoolArray;
......
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