dev01 il y a 2 ans
Parent
commit
bb39c5fc6a
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      js/component/manageCenter/order/orderNew/addService.jsx

+ 2 - 0
js/component/manageCenter/order/orderNew/addService.jsx

@@ -6201,6 +6201,7 @@ const NewService = Form.create()(
                                 onClick={this.handleCancels}
                                 style={{ marginLeft: "200px" }}
                                 htmlType="submit"
+                                loading={this.state.loading}
                               >
                                 签单
                               </Button>
@@ -6210,6 +6211,7 @@ const NewService = Form.create()(
                                 onClick={this.handleCancelq}
                                 style={{ marginLeft: "50px" }}
                                 htmlType="submit"
+                                loading={this.state.loading}
                               >
                                 保存
                               </Button>