Commit 665ab5cd by Nattana Chaiyamat

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

parent 28c1be21
...@@ -48,7 +48,6 @@ export class DefineEvaluationFactorsComponent { ...@@ -48,7 +48,6 @@ 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))
}) })
console.log(" 🐒 this.pmsEaluationFactors.dataList:", this.pmsEaluationFactors.dataList)
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