From 74e77d10b97ff215a6eba6c02a2b891b4ca033f7 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 12 Dec 2025 15:08:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ProductList/add.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/ProductList/add.tsx b/src/pages/ProductList/add.tsx index b24526e..441f865 100644 --- a/src/pages/ProductList/add.tsx +++ b/src/pages/ProductList/add.tsx @@ -117,9 +117,6 @@ const Detail: React.FC = () => { if (data.systemLabelList) { arr.push(...data.systemLabelList) } - if (data.frequentLabelList) { - arr.push(...data.frequentLabelList) - } if (data.businessLabelList) { arr.push(...data.businessLabelList) }