田源
2023-08-30 c1702bf33822ad49a8b51d14a4d6c13eab1de102
接口基本信息targetName
已修改3个文件
15 ■■■■ 文件已修改
Source/UBCS-WEB/src/views/docking/info.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/docking/infoForm.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/wel/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/docking/info.vue
@@ -200,7 +200,7 @@
          width: 150
        }, {
            label: '参数名称',
            prop: 'targName',
            prop: 'targetName',
            sortable: true,
            width: 150
          },{
@@ -417,7 +417,7 @@
        //   interfaceFunction:'',
        //   nameSpace:'',
        //   soapAction:'',
        //   targName:'',
        //   targetName:'',
        //   cxfaxis:''
        // };
        // this.pushTypeList.forEach(item => {
@@ -467,7 +467,7 @@
        fieldType: 'text'
      }, {
        title: '参数名称',
        queryField: 'targName',
        queryField: 'targetName',
        fieldType: 'text'
      }, {
        title: '调用方式',
Source/UBCS-WEB/src/views/docking/infoForm.vue
@@ -141,8 +141,8 @@
        <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>
@@ -307,7 +307,7 @@
        soapAction: [
          {required: true, message: '请输入soapAction', trigger: 'blur'}
        ],
        targName: [
        targetName: [
          {required: true, message: '请输入参数名称', trigger: 'blur'}
        ],
        cxfaxis: [
@@ -503,7 +503,7 @@
        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
        }
Source/UBCS-WEB/src/views/wel/index.vue
@@ -182,7 +182,6 @@
            {required: true, message: '请输确认密码', trigger: 'blur'}
          ]
        },
        pageInitialized:false,
      };
    },
    // 拿到userid请求接口