From febfefef98bafd74547379f96e46f7c5faaad2cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E6=80=9D=E8=B1=AA?= <1437200870@qq.com>
Date: Sun, 25 Aug 2024 11:56:25 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E5=89=8D=E5=8F=B0?=
=?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=AE=BE=E8=AE=A1=E9=9B=8F=E5=BD=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/task/task/index.vue | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/views/task/task/index.vue b/src/views/task/task/index.vue
index b8fcd94..0465078 100644
--- a/src/views/task/task/index.vue
+++ b/src/views/task/task/index.vue
@@ -196,10 +196,10 @@
-
+
-
+
@@ -352,9 +352,12 @@ export default {
//方法集合",
methods: {
//选择数据表改变数据
- changeTableName(row){
- console.log(row);
- this.taskInfo = row;
+ changeTableName(table){
+ this.taskInfoList.forEach(res=>{
+ if(table.eq(res.tableName)){
+ this.taskInfo = res;
+ }
+ })
},
//查询字段