dev01 2 yıl önce
ebeveyn
işleme
bb39c5fc6a

+ 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>