From a36a95ee0962af12a40e471cd706f2880f439887 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 24 八月 2023 14:11:14 +0800
Subject: [PATCH] 面板的页面跳转 修改  2023-8-24

---
 src/components/AddControl.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/AddControl.vue b/src/components/AddControl.vue
index d1e4498..b913beb 100644
--- a/src/components/AddControl.vue
+++ b/src/components/AddControl.vue
@@ -83,7 +83,7 @@
       if(this.id){
         startTask({id:this.id}).then(res=>{
           if(res.code==200){
-            this.Arr=res.data.params;
+            this.Arr=res.data.Params;
           }
         })
       }else{

--
Gitblit v1.8.0