|
@@ -305,7 +305,7 @@ export default {
|
|
|
try {
|
|
|
pam.params.push(
|
|
|
{ "param": "a.settle_month_wages_id", "compare": "=", "value": this.monthItem.id },
|
|
|
- { "param": "month_settle_worker_id", "compare": "=", "value": this.workerItem.workerId }
|
|
|
+ { "param": "month_settle_worker_id", "compare": "=", "value": this.workerItem.workerName}
|
|
|
)
|
|
|
cb && cb(pam)
|
|
|
return settleExpenseList(pam)
|