| | |
| | | <el-form-item v-if="formData.interfaceType=='webService'" label="soapAction" prop="soapAction"> |
| | | <el-input v-model="formData.soapAction" ></el-input> |
| | | </el-form-item> |
| | | <el-form-item v-if="formData.interfaceType=='webService'" label="参数名称" prop="targName"> |
| | | <el-input v-model="formData.targName" ></el-input> |
| | | <el-form-item v-if="formData.interfaceType=='webService'" label="参数名称" prop="targetName"> |
| | | <el-input v-model="formData.targetName" ></el-input> |
| | | </el-form-item> |
| | | <el-form-item v-if="formData.interfaceType=='webService'" label="cxfaxis" prop="cxfaxis"> |
| | | <el-input v-model="formData.cxfaxis" ></el-input> |
| | |
| | | soapAction: [ |
| | | {required: true, message: '请输入soapAction', trigger: 'blur'} |
| | | ], |
| | | targName: [ |
| | | targetName: [ |
| | | {required: true, message: '请输入参数名称', trigger: 'blur'} |
| | | ], |
| | | cxfaxis: [ |
| | |
| | | return; |
| | | } |
| | | this.$refs.form.validateField(['paramType','returnType','dataFlowType','pushType','classPath','requestMethod','requestUrl', |
| | | 'interfaceFunction','nameSpace','soapAction','targName','cxfaxis'],function (errormsg, field) { |
| | | 'interfaceFunction','nameSpace','soapAction','targetName','cxfaxis'],function (errormsg, field) { |
| | | if (errormsg) { |
| | | pass=false |
| | | } |