hotfix/2.12.1.2403.02

This commit is contained in:
黎永顺 2024-04-07 13:59:51 +08:00
parent 342aeed953
commit bd3aa05c29
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export const dealTemplate = (itemTypeList, type) => {
const { items, groupName, groupId } = group;
if (items.length !== 0) {
items.forEach((item) => {
item.salaryItemValue = !_.isNil(item.salaryItemValue) ? item.salaryItemValue : "100";
item.salaryItemValue = !_.isNil(item.salaryItemValue) ? item.salaryItemValue : "";
});
if (items.length % 2 && type === "pc") items.push({});
// 未分类不展示标题