dev01 2 年之前
父節點
當前提交
bb39c5fc6a
共有 1 個文件被更改,包括 2 次插入0 次删除
  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>