|
@@ -2987,6 +2987,12 @@ const MyTaskOutsource = React.createClass({
|
|
|
pictureUrl={this.state.contractPictureUrl}
|
|
|
/>
|
|
|
</Spin>
|
|
|
+ <OrderRiZi
|
|
|
+ dataSourcerizhi={this.state.dataSourceY}
|
|
|
+ closeOrderLog={this.closeOrderLog}
|
|
|
+ visible={this.state.avisible}
|
|
|
+ loading={this.state.loading}
|
|
|
+ />
|
|
|
</TabPane>
|
|
|
) : (
|
|
|
""
|