From c593dd3477a13be11894bbe5ec40fc0f24a7550a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E6=80=9D=E8=B1=AA?= <1437200870@qq.com>
Date: Fri, 23 Aug 2024 01:13:05 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E5=89=8D=E5=8F=B0?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/task/task/index.vue | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 deletions(-)
diff --git a/src/views/task/task/index.vue b/src/views/task/task/index.vue
index 4aa6bc7..5f123af 100644
--- a/src/views/task/task/index.vue
+++ b/src/views/task/task/index.vue
@@ -15,10 +15,12 @@
-
-
-
-
+
+
+
+
+
+
查询
@@ -196,16 +198,6 @@ export default {
watch: {},
//方法集合",
methods: {
- textP(){
- connectionTest(this.sourceAddReq).then(res=>{
- if (res.code===200){
- alert("测试连接成功")
- }else{
- alert("连接失败")
- }
- })
- },
- //测试连接
findSelectTaskList(){
selectTaskList(this.taskReq).then(res=>{
this.taskList=res.data.rows;