From 242afa5176261bcf560c568ed68c92aae7a31322 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E6=80=9D=E8=B1=AA?= <1437200870@qq.com>
Date: Sat, 24 Aug 2024 19:08:30 +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 | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/src/views/task/task/index.vue b/src/views/task/task/index.vue
index 22f6b11..5a0956e 100644
--- a/src/views/task/task/index.vue
+++ b/src/views/task/task/index.vue
@@ -144,6 +144,12 @@
size="mini"
type="text"
@click="handleDelete(scope.row)">删除
+
+ 修改
@@ -269,9 +275,9 @@
width="180">
非空规则
- 非空规则
- 非空规则
- 非空规则
+ aa规则
+ 我啊规则
+ 收到规则
@@ -279,7 +285,7 @@
label="表别名"
width="180">
-
+
@@ -336,6 +342,7 @@ export default {
watch: {},
//方法集合",
methods: {
+
executeTask(){
this.taskInputAdd = true;
},
@@ -374,7 +381,7 @@ export default {
},
handleDelete(row){
- deleteByTaskId(row.getId).then(res=>{
+ deleteByTaskId(row.id).then(res=>{
alert(res.msg);
if(res.code == 200){
location.reload();