From fb3a5c8d96b81a9acdf4262519045cd5704628f1 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Wed, 6 Nov 2024 10:34:36 +0800 Subject: [PATCH] =?UTF-8?q?feature/2.15.2.2409.01=E5=90=88=E5=B9=B6?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=BA=BF=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/salaryItem/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/salaryItem/index.js b/pc4mobx/hrmSalary/pages/salaryItem/index.js index dbcba6cc..f9f8dcc1 100644 --- a/pc4mobx/hrmSalary/pages/salaryItem/index.js +++ b/pc4mobx/hrmSalary/pages/salaryItem/index.js @@ -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, "数据导入") } }; }