refactor rpa func signature
This commit is contained in:
@@ -123,7 +123,7 @@ const upload = function () {
|
||||
}
|
||||
|
||||
const doRpa = function () {
|
||||
Rpa(Math.trunc(ld.month), Math.trunc(ld.year)).catch(err => console.log(err))
|
||||
Rpa(ld.companyID, ld.month, ld.year).catch(err => console.log(err))
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user