diff --git a/public/react/src/modules/developer/components/initTabCtx/index.js b/public/react/src/modules/developer/components/initTabCtx/index.js index 2c81a0111..315fd7242 100644 --- a/public/react/src/modules/developer/components/initTabCtx/index.js +++ b/public/react/src/modules/developer/components/initTabCtx/index.js @@ -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 })(