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

页面修改

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