Commit 7eefb008 by cocomilk2012

update

parent 6bd7a7d2
Showing with 1 additions and 1 deletions
......@@ -110,7 +110,7 @@ export default class PaySlipsMonth extends Vue {
id: this.id
};
this.$server.EmployeeService.getSalaryInfoDetail(params)
.then(res => {
.then((res: any) => {
// console.log("res=" + JSON.stringify(res) + "工资条信息");
this.obj = res;
console.log("obj=", JSON.stringify(this.obj));
......
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 sign in to comment