yee 7 years ago
parent
commit
a29a0c3960

+ 1 - 1
js/component/account/services/activity.jsx

@@ -336,7 +336,7 @@ const ActivityForm = Form.create()(React.createClass({
                             >
                                 <Button><Icon type="upload" /> 上传立项证明材料 </Button>
                             </Upload>
-                            <p>{theData.proofUrl ? <a onClick={newDownloadFile.bind(null, theData.id, 'proof', '/api/admin/downloadProof')}>{theData.proofDownloadFileName}</a> : <span><Icon type="exclamation-circle" style={{ color: '#ffbf00', marginRight: '6px' }} />未上传!</span>}</p>
+                            <p>{theData.proofUrl ? <a onClick={newDownloadFile.bind(null, theData.id, 'proof', '/api/user/cognizance/downloadProof')}>{theData.proofDownloadFileName}</a> : <span><Icon type="exclamation-circle" style={{ color: '#ffbf00', marginRight: '6px' }} />未上传!</span>}</p>
                         </div>
                         <FormItem style={{ marginTop: '20px' }}>
                             <Button className="set-submit" type="primary" htmlType="submit">保存</Button>

+ 1 - 0
js/component/account/services/finance.jsx

@@ -113,6 +113,7 @@ const FinanceDescFrom = Form.create()(React.createClass({
             this.state.grossProfit = undefined;
             this.state.operatingProfit = undefined;
             this.state.fileList = [];
+            this.state.financeUrl = undefined;
         };
     },
     checkResearchCost(rule, value, callback) {

+ 1 - 0
js/component/account/services/intellectualDesc.jsx

@@ -103,6 +103,7 @@ const IntellectualDescFrom = Form.create()(React.createClass({
             };
             this.state.data = {};
             this.state.fileList = [];
+            this.state.propertyRightUrl = undefined;
         };
     },
     render() {

+ 1 - 0
js/component/manageCenter/servicesManage/highTech/fosterDesc/finance.jsx

@@ -117,6 +117,7 @@ const FinanceDescFrom = Form.create()(React.createClass({
             this.state.researchCost = undefined;
             this.state.grossProfit = undefined;
             this.state.operatingProfit = undefined;
+            this.state.financeUrl = undefined;
         };
     },
     checkResearchCost(rule, value, callback) {

+ 1 - 0
js/component/manageCenter/servicesManage/highTech/fosterDesc/intellectualDesc.jsx

@@ -96,6 +96,7 @@ const IntellectualDescFrom = Form.create()(React.createClass({
             };
             this.state.data = {};
             this.state.fileList = [];
+            this.state.propertyRightUrl = undefined;
         };
     },
     render() {