Merge branch 'hotfix/feature-v2-1229' into develop

This commit is contained in:
黎永顺 2023-01-04 17:47:41 +08:00
commit d67dff3c76
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ export default class CumSituation extends React.Component {
};
Modal.confirm({
title: "信息确认",
content: `确定清空税款所属期为${declareMonth}的所有往期累计情况的数据吗?若数据已参与核算,已参与核算的数据不会受影响,点击核算将会按当前列表最新数据重新核算。`,
content: `确定清空税款所属期为${declareMonth}-${taxYearMonth}的所有往期累计情况的数据吗?若数据已参与核算,已参与核算的数据不会受影响,点击核算将会按当前列表最新数据重新核算。`,
onOk: () => {
API.deleteAllAddUpSituation(payload).then(({ status, errormsg }) => {
if (status) {