Commit 52c83f04 authored by 黄奎's avatar 黄奎

页面修改

parent 8522efa2
......@@ -156,7 +156,6 @@
getSchool() {
getSchoolDropdown({}).then(res => {
this.schoolList = res.Data;
console.log("this.schoolList", this.schoolList);
this.$forceUpdate();
})
},
......
......@@ -173,7 +173,6 @@
},
//删除教案
deleteTeach(obj) {
console.log("obj", obj);
var that = this;
var delMsg = {
PlanId: obj.PlanId,
......
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