From 1100e83788f46af07f4f905a34cd91f0187e5107 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Mon, 2 Mar 2026 16:07:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E6=AD=A5=E9=AA=A4=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20=E5=88=A0=E9=99=A4debugger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/Step.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Template/Step.vue b/src/components/Template/Step.vue index 3e9c0e7..dcabb2a 100644 --- a/src/components/Template/Step.vue +++ b/src/components/Template/Step.vue @@ -302,13 +302,11 @@ export default { }, methods: { getStepList(){ - debugger public_templateStepList({templateId:this.templateData.templateId}).then(response => { let options = [] _.forEach(response.data,(item)=>{ options.push({ label: item.name, value: item.sn }) }) - debugger this.stepSelectConfig.options = options }); },