Commit c15d1b3d by Nattana Chaiyamat

จัดกลุ่ม

parent 66a22029
...@@ -49,7 +49,7 @@ export class EvaluationGroupingComponent { ...@@ -49,7 +49,7 @@ export class EvaluationGroupingComponent {
next: response => { next: response => {
if (response.success) { if (response.success) {
this.showAlert(response.message, 'success') this.showAlert(response.message, 'success')
this.pl.loading = false this.getPLList()
} else { } else {
this.showAlert(response.message, 'error') this.showAlert(response.message, 'error')
this.pl.loading = false this.pl.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