Commit 8c2b3711 authored by 黄奎's avatar 黄奎

页面修改

parent 2d748878
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
getSchoolDropdown({}).then(res => { getSchoolDropdown({}).then(res => {
this.schoolList = res.Data; this.schoolList = res.Data;
var obj = { var obj = {
SName: '部', SName: '部',
SId: 0 SId: 0
} }
this.schoolList.unshift(obj); this.schoolList.unshift(obj);
......
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
getSchoolDropdown({}).then(res => { getSchoolDropdown({}).then(res => {
this.schoolList = res.Data; this.schoolList = res.Data;
var obj = { var obj = {
SName: '部', SName: '部',
SId: 0 SId: 0
} }
this.schoolList.unshift(obj); this.schoolList.unshift(obj);
......
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