From 3b774a197bd7087ee42999937ccc1e7e048eb1aa Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 11 一月 2024 18:03:17 +0800
Subject: [PATCH] 指标完成

---
 src/views/repositoryai/verbaltrick/index.vue |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/src/views/repositoryai/verbaltrick/index.vue b/src/views/repositoryai/verbaltrick/index.vue
index e0fedf6..e154f6d 100644
--- a/src/views/repositoryai/verbaltrick/index.vue
+++ b/src/views/repositoryai/verbaltrick/index.vue
@@ -68,7 +68,7 @@
                   </el-option>
                 </el-select>
               </el-form-item>
-              <el-form-item label="闂涓婚" prop="userName">
+              <el-form-item label="闂鏍囬" prop="userName">
                 <el-input
                   v-model="queryParams.userName"
                   placeholder="璇疯緭鍏�"
@@ -87,9 +87,9 @@
                 />
               </el-form-item>
               <el-form-item label="閫傜敤鏂瑰紡" prop="status">
-                <el-select v-model="queryParams.applyway" placeholder="璇烽�夋嫨">
+                <el-select v-model="queryParams.suitway" placeholder="璇烽�夋嫨">
                   <el-option
-                    v-for="item in languagelist"
+                    v-for="item in mode"
                     :key="item.value"
                     :label="item.label"
                     :value="item.value"
@@ -204,12 +204,12 @@
               /><el-table-column
                 label="閫傜敤鏂瑰紡"
                 align="center"
-                key="application"
-                prop="application"
+                key="suitway"
+                prop="suitway"
                 width="120"
               >
                 <template slot-scope="scope">
-                  <dict-tag :options="mode" :value="scope.row.suitWay" />
+                  <dict-tag :options="mode" :value="scope.row.suitway" />
                 </template>
               </el-table-column>
               <el-table-column
@@ -523,7 +523,7 @@
       getverbaltricklist(this.queryParams).then((res) => {
         this.userList = res.rows;
         this.loading = false;
-        this.total=res.total
+        this.total = res.total;
       });
     },
 
@@ -615,6 +615,8 @@
       addbaltrickclassify(this.classifyform).then((res) => {
         this.getDeptTree();
         this.$modal.msgSuccess("鏂板鎴愬姛");
+        this.classifyform = {};
+        this.dialogFormVisible = false;
       });
     },
     remove(a, b) {

--
Gitblit v1.9.3