Commit 1099975152da4b97d2f6bc77e00c5ffb5c0e3d44

Authored by Min
1 parent 1557053c

1.补充提交

src/components/Common/CommonSubBill.js
@@ -140,7 +140,7 @@ class CommonSubBill extends Component { @@ -140,7 +140,7 @@ class CommonSubBill extends Component {
140 handleUploadChangeFile = async (info) => { 140 handleUploadChangeFile = async (info) => {
141 const { file } = info; 141 const { file } = info;
142 const { 142 const {
143 - masterData, sModelsId, app, token, sModelsType, masterConfig, formData, 143 + masterData, sModelsId, app, token, sModelsType, masterConfig, formData = [],
144 } = this.props; 144 } = this.props;
145 if (file.response) { 145 if (file.response) {
146 if (file.response.code === 1) { 146 if (file.response.code === 1) {