Merge branch 'fenquan' into release-zhongjiang
This commit is contained in:
commit
b60a69a63c
|
|
@ -489,8 +489,8 @@ export class LedgerStore {
|
||||||
@action
|
@action
|
||||||
listSalaryItem = (searchValue = "", current = 1) => {
|
listSalaryItem = (searchValue = "", current = 1) => {
|
||||||
let excludeIds = [];
|
let excludeIds = [];
|
||||||
this.itemGroups.map((item) => {
|
this.itemGroups && this.itemGroups.map((item) => {
|
||||||
item.items.map((i) => {
|
item.items && item.items.map((i) => {
|
||||||
excludeIds.push(i.salaryItemId);
|
excludeIds.push(i.salaryItemId);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue