|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
/*
|
|
|
|
|
* @Description: 自定义测试化用例
|
|
|
|
|
* @Author: tangjiang
|
|
|
|
|
* @Github:
|
|
|
|
|
* @Github:
|
|
|
|
|
* @Date: 2019-11-27 19:46:14
|
|
|
|
|
* @LastEditors : tangjiang
|
|
|
|
|
* @LastEditTime : 2019-12-26 20:07:35
|
|
|
|
@ -50,15 +50,12 @@ function InitTabCtx(props, ref) {
|
|
|
|
|
>
|
|
|
|
|
{
|
|
|
|
|
getFieldDecorator('input', {
|
|
|
|
|
rules: [
|
|
|
|
|
{ required: true, message: '输入值不能为空' }
|
|
|
|
|
],
|
|
|
|
|
initialValue: inputValue
|
|
|
|
|
})(<TextArea
|
|
|
|
|
className="input_textarea_style"
|
|
|
|
|
rows={8}
|
|
|
|
|
placeholder="请填写测试用例的输入值,点击“调试代码”"
|
|
|
|
|
/>)
|
|
|
|
|
className="input_textarea_style"
|
|
|
|
|
rows={8}
|
|
|
|
|
placeholder="请填写测试用例的输入值,点击“调试代码”"
|
|
|
|
|
/>)
|
|
|
|
|
}
|
|
|
|
|
</FormItem>
|
|
|
|
|
</Form>
|
|
|
|
|