yee 7 년 전
부모
커밋
feae641704
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      js/component/manageCenter/servicesManage/contract/contractDetail.jsx

+ 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));
             }
         });