|
@@ -98,7 +98,7 @@ const datasources : React.FC<widowRush> = (prop:widowRush) => {
|
|
|
},
|
|
|
{
|
|
|
title: '数据源(请求接口)',
|
|
|
- dataIndex: 'dataSources',
|
|
|
+ dataIndex: 'requestInterface',
|
|
|
search: false,
|
|
|
hideInTable: false,
|
|
|
},
|
|
@@ -403,7 +403,7 @@ const datasources : React.FC<widowRush> = (prop:widowRush) => {
|
|
|
}
|
|
|
]} label="数据来源编号"/>
|
|
|
<SDFormDict dictKey="DATASOURCETYPE" name="dataSourcesType" rules={[{required:true}]} label="数据来源类型"/>
|
|
|
- <SDFormDict dictKey="@selectInterFaceData" name="dataSources" rules={[{required:true}]} label="数据源(请求接口)"/>
|
|
|
+ <SDFormDict dictKey="@selectInterFaceData" multiple={true} name="requestInterfaces" rules={[{required:true}]} label="数据源(请求接口)"/>
|
|
|
<SDAreaTtile title='输入参数'/>
|
|
|
<EditableProTable<InputParamModel>
|
|
|
rowKey="paramNo"
|