From e1fd84bb7313090cb2d8c8295df0b1d0187dc461 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 24 八月 2023 10:10:39 +0800 Subject: [PATCH] 工艺参数+编号的问题 --- 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