Merge branch 'feature/V2-薪资账套页面重构-1208' into develop
This commit is contained in:
commit
ae881a1f37
|
|
@ -78,7 +78,7 @@ class LedgerBaseSetting extends Component {
|
|||
const { settingBaseInfo } = this.state;
|
||||
let tmpV = {};
|
||||
_.map(Object.keys(settingBaseInfo), key => {
|
||||
tmpV[key] = basicForm[key].toString();
|
||||
tmpV[key] = !_.isNil(basicForm[key]) ? basicForm[key].toString() : "";
|
||||
});
|
||||
this.setState({
|
||||
settingBaseInfo: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue