You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/08/18 11:34:58 UTC

[incubator-linkis] branch dev-1.2.0 updated: update message.linkis.udfName to message.linkis.udfType (#2870)

This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev-1.2.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.2.0 by this push:
     new 706f67bf9 update message.linkis.udfName to message.linkis.udfType (#2870)
706f67bf9 is described below

commit 706f67bf90eec34ceec9a4eea1b7d72beb6b5451
Author: aiceflower <ki...@sina.com>
AuthorDate: Thu Aug 18 19:34:53 2022 +0800

    update message.linkis.udfName to message.linkis.udfType (#2870)
---
 .../src/apps/URM/module/udfManagement/index.vue    | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/linkis-web/src/apps/URM/module/udfManagement/index.vue b/linkis-web/src/apps/URM/module/udfManagement/index.vue
index edda76c55..d99b0d595 100644
--- a/linkis-web/src/apps/URM/module/udfManagement/index.vue
+++ b/linkis-web/src/apps/URM/module/udfManagement/index.vue
@@ -5,9 +5,9 @@
   ~ The ASF licenses this file to You under the Apache License, Version 2.0
   ~ (the "License"); you may not use this file except in compliance with
   ~ the License.  You may obtain a copy of the License at
-  ~ 
+  ~
   ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~ 
+  ~
   ~ Unless required by applicable law or agreed to in writing, software
   ~ distributed under the License is distributed on an "AS IS" BASIS,
   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -25,7 +25,7 @@
         ></Input>
       </FormItem>
       <Divider type="vertical" class="divider" />
-      <FormItem prop="functionType" :label="$t('message.linkis.udfName')">
+      <FormItem prop="functionType" :label="$t('message.linkis.udfType')">
         <Select v-model="searchBar.functionType" style="width:120px;">
           <Option :label="$t('message.linkis.all')" value="0,1,2" key="0,1,2" />
           <Option :label="$t('message.linkis.common')" value="0" key="0" />
@@ -102,9 +102,9 @@
       @on-visible-change="changUserModalChange"
     >
       <span>移交给:</span>
-      <Select ref="userSelect" v-model="handleUser" filterable 
+      <Select ref="userSelect" v-model="handleUser" filterable
         v-if=allUsers.length
-        :remoteMethod="filterSelectTransUser" 
+        :remoteMethod="filterSelectTransUser"
         @on-query-change="queryChange"
         placeholder="请输入用户名" style="width:200px;">
         <Option
@@ -396,7 +396,7 @@ export default {
       this.loading = true
       const params = {
         udfUpdateVo: {
-          id: this.handleRow.id,	
+          id: this.handleRow.id,
           udfName: data.name,
           udfType: data.udfType,
           description: data.description,
@@ -406,7 +406,7 @@ export default {
           // sys: 'all',
           // clusterName: data.clusterName,
           // directory: data.directory
-        }	
+        }
       }
       api
         .fetch('/udf/update', params, 'post')
@@ -569,7 +569,7 @@ export default {
           this.search()
         })
         .catch(() => {
-      
+
         })
     },
     vlist(args) {
@@ -601,7 +601,7 @@ export default {
             this.search()
           })
           .catch(() => {
-        
+
           })
       }
     },
@@ -614,7 +614,7 @@ export default {
           this.search()
         })
         .catch(() => {
-      
+
         })
     },
     changeUser(args) {
@@ -643,7 +643,7 @@ export default {
             this.search()
           })
           .catch(() => {
-        
+
           })
       }
     },


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org