feature/2.15.2.2409.01合并业务线测试

This commit is contained in:
lys 2024-11-06 10:34:36 +08:00
parent 2e94324bb7
commit fb3a5c8d96
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export default class SalaryItem extends React.Component {
name: "", isQuery: false, loading: false, sysVisible: false,
customItemDialog: { visible: false, title: "", buttons: [] },// 自定义薪资项弹窗
syncSalarySetDialog: { visible: false, id: "" }, // 同步到薪资账套弹窗
logDialogVisible: false, filterConditions: "[]",
logDialogVisible: false, filterConditions: "[]", selectedRowKeys: [],
salaryItemImpDialog: { visible: false, title: getLabel(24023, "数据导入") }
};
}