dev01 2 éve%!(EXTRA string=óta)
szülő
commit
38526c0dce

+ 8 - 6
js/component/manageCenter/financialManage/distribute/invoiceApplyList.jsx

@@ -148,10 +148,10 @@ const invoiceApplyList = React.createClass({
           recipientAddress: thisdata.recipientAddress,
           orgCodeUrl: thisdata.voucherUrl
             ? splitUrl(
-                thisdata.voucherUrl,
-                ",",
-                globalConfig.avatarHost + "/upload"
-              )
+              thisdata.voucherUrl,
+              ",",
+              globalConfig.avatarHost + "/upload"
+            )
             : [],
         };
         this.setState({
@@ -169,6 +169,7 @@ const invoiceApplyList = React.createClass({
 
   getInitialState() {
     return {
+      Loading: false,
       searchMore: true,
       assignVisible: false,
       releaseDate: [],
@@ -434,7 +435,7 @@ const invoiceApplyList = React.createClass({
         examine: this.state.examine,
         reason: this.state.reason,
       },
-      success: function () {}.bind(this),
+      success: function () { }.bind(this),
     }).done(
       function () {
         this.setState({
@@ -702,7 +703,8 @@ const invoiceApplyList = React.createClass({
               <Button
                 type="primary"
                 onClick={(e) => {
-                  e.stopPropagation(), this.commit();
+                  e.stopPropagation(),
+                    this.commit();
                 }}
                 style={{ float: "right" }}
               >