| | |
| | | width: 150 |
| | | }, { |
| | | label: '参数名称', |
| | | prop: 'targName', |
| | | prop: 'targetName', |
| | | sortable: true, |
| | | width: 150 |
| | | },{ |
| | |
| | | // interfaceFunction:'', |
| | | // nameSpace:'', |
| | | // soapAction:'', |
| | | // targName:'', |
| | | // targetName:'', |
| | | // cxfaxis:'' |
| | | // }; |
| | | // this.pushTypeList.forEach(item => { |
| | |
| | | fieldType: 'text' |
| | | }, { |
| | | title: '参数名称', |
| | | queryField: 'targName', |
| | | queryField: 'targetName', |
| | | fieldType: 'text' |
| | | }, { |
| | | title: '调用方式', |
| | |
| | | <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 |
| | | } |
| | |
| | | {required: true, message: '请输确认密码', trigger: 'blur'} |
| | | ] |
| | | }, |
| | | pageInitialized:false, |
| | | }; |
| | | }, |
| | | // 拿到userid请求接口 |