From 86cf7c602cf2010b11942cb38795f85c843d7dc3 Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Mon, 27 Mar 2023 20:01:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=A8=A1=E6=9D=BF=E5=BA=93=E6=97=A0?= =?UTF-8?q?=E9=98=B6=E6=AE=B5=E4=BB=BB=E5=8A=A1=E5=88=97=E8=A1=A8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/LibraryAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/projectcenter/LibraryAdd.vue b/src/views/projectcenter/LibraryAdd.vue index 785c8572..81dcc1df 100644 --- a/src/views/projectcenter/LibraryAdd.vue +++ b/src/views/projectcenter/LibraryAdd.vue @@ -1023,7 +1023,7 @@ export default defineComponent({ console.log("what ------ > ", i, data); // if (data[i].taskTemplateList.length !== 0) { if (!data[i].name) { - continue; + // continue; } state.taskSyllabus.push({ text: data[i].name ? data[i].name : "无阶段任务",