Commit 7b03637d by Nattana Chaiyamat

ข้อมูลทั่วไป

parent 6fdd5cec
...@@ -366,7 +366,7 @@ export class ImportDataComponent { ...@@ -366,7 +366,7 @@ export class ImportDataComponent {
} }
} }
changJl() { changJl() {
let value = this.jlList.find(x => x.plId == this.jd); let value = this.jlList.find(x => x.plId == this.jl);
if (value) { if (value) {
this.selectJob.jl = value this.selectJob.jl = value
} else { } else {
......
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