Commit 4523f0b1 authored by 黄奎's avatar 黄奎

页面修改

parent dd68d8d7
...@@ -118,7 +118,6 @@ ...@@ -118,7 +118,6 @@
} }
}, },
created() { created() {
this.GetTeacherList(); this.GetTeacherList();
}, },
mounted() { mounted() {
...@@ -176,8 +175,13 @@ ...@@ -176,8 +175,13 @@
TeacherAccountId: this.saveObj.TeacherAccountId, TeacherAccountId: this.saveObj.TeacherAccountId,
YearStr: this.saveObj.YearStr, YearStr: this.saveObj.YearStr,
MonthStr: this.saveObj.MonthStr, MonthStr: this.saveObj.MonthStr,
Id: this.saveObj.Id, Id: 0,
}; };
if (this.$route.query) {
if (this.$route.query.Id) {
qMsg.Id = this.$route.query.Id;
}
}
queryTeacherAssessmentInfo(qMsg).then(res => { queryTeacherAssessmentInfo(qMsg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
var tempData = res.Data; var tempData = res.Data;
......
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