|
@@ -290,7 +290,7 @@ export default {
|
|
getList2(p, cb) {
|
|
getList2(p, cb) {
|
|
var pam = JSON.parse(JSON.stringify(p))
|
|
var pam = JSON.parse(JSON.stringify(p))
|
|
try {
|
|
try {
|
|
- pam.params.push({ "param": "a.month_settle_worker_id", "compare": "=", "value": this.workerItem.workerId })
|
|
|
|
|
|
+ pam.params.push({ "param": "month_settle_worker_id", "compare": "=", "value": this.workerItem.workerId })
|
|
cb && cb(pam)
|
|
cb && cb(pam)
|
|
return settleExpenseList(pam)
|
|
return settleExpenseList(pam)
|
|
} catch (err) {
|
|
} catch (err) {
|