教师绩效考核优化
This commit is contained in:
parent
bdaa5b0e0a
commit
d7b0b9f074
@ -342,7 +342,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"form.classid": function (val) {
|
"form.classid": function (val) {
|
||||||
console.log(val);
|
//console.log(val);
|
||||||
if (val == "undefined" || val == "" || val == null) {
|
if (val == "undefined" || val == "" || val == null) {
|
||||||
} else {
|
} else {
|
||||||
getUserList(val)
|
getUserList(val)
|
||||||
@ -354,11 +354,11 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"form.month": function (val) {
|
"form.month": function (val) {
|
||||||
console.log(val);
|
//console.log(val);
|
||||||
this.month = val;
|
this.month = val;
|
||||||
},
|
},
|
||||||
"form.jsid": function (val) {
|
"form.jsid": function (val) {
|
||||||
console.log(val);
|
//console.log(val);
|
||||||
this.queryParams_pg.pgdx = val;
|
this.queryParams_pg.pgdx = val;
|
||||||
this.dateRange[0] = this.month + "-01";
|
this.dateRange[0] = this.month + "-01";
|
||||||
var y = this.month.split("-")[0];
|
var y = this.month.split("-")[0];
|
||||||
@ -387,7 +387,7 @@ export default {
|
|||||||
listDayflowassessmentbyJsid(
|
listDayflowassessmentbyJsid(
|
||||||
this.addDateRange(this.queryParams_pg, this.dateRange)
|
this.addDateRange(this.queryParams_pg, this.dateRange)
|
||||||
).then((response) => {
|
).then((response) => {
|
||||||
console.log(response);
|
//console.log(response);
|
||||||
var total = 100;
|
var total = 100;
|
||||||
response.rows.forEach((item) => {
|
response.rows.forEach((item) => {
|
||||||
total = total + item.zzdf;
|
total = total + item.zzdf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user