Merge branch 'feature/2.8.3.2308-薪资账套薪资项目项添加编辑的功能' into develop

This commit is contained in:
黎永顺 2023-08-04 09:34:26 +08:00
commit 605370e12a
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class LedgerSalaryItemTable extends Component {
handleEditFormnul = () => {
const { salaryItemPayload, editFormulModal } = this.state;
const { record } = salaryItemPayload;
const { valueType, formulaId, dateType: dataType, originFormulaContent, originSqlContent } = record;
const { valueType, formulaId, dataType, originFormulaContent, originSqlContent } = record;
this.setState({
editFormulModal: {
...editFormulModal, visible: true, valueType, dataType,