Commit 5aadb276 by cocomilk2012

update

parent 7eefb008
Showing with 1 additions and 1 deletions
...@@ -115,7 +115,7 @@ export default class PaySlipsMonth extends Vue { ...@@ -115,7 +115,7 @@ export default class PaySlipsMonth extends Vue {
this.obj = res; this.obj = res;
console.log("obj=", JSON.stringify(this.obj)); console.log("obj=", JSON.stringify(this.obj));
}) })
.catch(error => {}); .catch((error: any) => {});
} }
init() { init() {
......
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