Merge branch 'fenquan' into release-zhongjiang

This commit is contained in:
MustangDeng 2022-06-15 09:11:11 +08:00
commit b60a69a63c
1 changed files with 2 additions and 2 deletions

View File

@ -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);
});
});