yee vor 7 Jahren
Ursprung
Commit
feae641704

+ 2 - 3
js/component/manageCenter/servicesManage/contract/contractDetail.jsx

@@ -513,11 +513,10 @@ const ContractDetailForm = Form.create()(React.createClass({
                         message.success('保存成功!');
                         this.props.clickOk();
                         this.props.form.resetFields();
-                        this.props.spinState(false);
                     } else {
                         message.warning(data.error[0].message);
-                        this.props.spinState(false);
-                    }
+                    };
+                    this.props.spinState(false);
                 }.bind(this));
             }
         });