Commit c6508dc7 by Nattana Chaiyamat

ปัจจัยการประเมินผล > กำหนดปัจจัยการประเมินผล

parent d4ded42c
...@@ -48,6 +48,7 @@ export class DefineEvaluationFactorsComponent { ...@@ -48,6 +48,7 @@ export class DefineEvaluationFactorsComponent {
} }
x.pmsEvaluationFactors1ModelList.sort((a, b) => +(a.pmsType.pmsTypeId) - +(b.pmsType.pmsTypeId)) x.pmsEvaluationFactors1ModelList.sort((a, b) => +(a.pmsType.pmsTypeId) - +(b.pmsType.pmsTypeId))
}) })
this.searchChange()
this.cdr.detectChanges() this.cdr.detectChanges()
}, error: error => { }, error: error => {
this.pmsEaluationFactors.loading = false this.pmsEaluationFactors.loading = false
......
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