From c1702bf33822ad49a8b51d14a4d6c13eab1de102 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 30 八月 2023 16:26:19 +0800
Subject: [PATCH] 接口基本信息targetName

---
 Source/UBCS-WEB/src/views/docking/info.vue     |    6 +++---
 Source/UBCS-WEB/src/views/wel/index.vue        |    1 -
 Source/UBCS-WEB/src/views/docking/infoForm.vue |    8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/docking/info.vue b/Source/UBCS-WEB/src/views/docking/info.vue
index 43ccb07..a961944 100644
--- a/Source/UBCS-WEB/src/views/docking/info.vue
+++ b/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: '璋冪敤鏂瑰紡',
diff --git a/Source/UBCS-WEB/src/views/docking/infoForm.vue b/Source/UBCS-WEB/src/views/docking/infoForm.vue
index cb35816..ffbb634 100644
--- a/Source/UBCS-WEB/src/views/docking/infoForm.vue
+++ b/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: '璇疯緭鍏oapAction', 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
         }
diff --git a/Source/UBCS-WEB/src/views/wel/index.vue b/Source/UBCS-WEB/src/views/wel/index.vue
index 2d2da83..b97532d 100644
--- a/Source/UBCS-WEB/src/views/wel/index.vue
+++ b/Source/UBCS-WEB/src/views/wel/index.vue
@@ -182,7 +182,6 @@
             {required: true, message: '璇疯緭纭瀵嗙爜', trigger: 'blur'}
           ]
         },
-        pageInitialized:false,
       };
     },
     // 鎷垮埌userid璇锋眰鎺ュ彛

--
Gitblit v1.9.3