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