Commit 5aadb276 by cocomilk2012

update

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