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;