Commit 3fbcc23a authored by 黄奎's avatar 黄奎

页面修改

parent 2ba98eae
......@@ -597,11 +597,7 @@ export default {
getSchool() {
getSchoolDropdown({}).then(res => {
this.schoolList = res.Data;
var obj = {
SName: "全部",
SId: 0
};
this.schoolList.unshift(obj);
this.$forceUpdate();
});
},
......
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