Merge branch 'hotfix/2.8.3.2308.01' into develop

# Conflicts:
#	pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/customBenefitsTable.js
This commit is contained in:
黎永顺 2023-08-02 10:21:40 +08:00
commit a6c6ff6e5e
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ export default class BaseForm extends React.Component {
{ com: Input("岗位", position) },
{ com: Input("手机号", telephone) },
{ com: Input("入职日期", hiredate) },
{ com: Input("合同到期日期", dimissionDate) }
// { com: Input("合同到期日期", dimissionDate) }
];
const taxagentItems = [
{ com: Input("个税扣缴义务人", paymentOrganizationName) }

View File

@ -125,7 +125,7 @@ class CustomBenefitsTable extends Component {
content: getLabel(543231, "确认删除本条数据吗?"),
onOk: () => {
message.destroy();
message.loading("正在删除中...", 0);
message.loading(getLabel(529063, "正在删除中..."), 0);
const payload = { id };
deleteCustomCategory(payload).then(({ status, errormsg }) => {
message.destroy();