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