From 22dc76d2d43cb393780c6ffaac8f4f5b71df7c6e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 09 四月 2026 16:00:50 +0800
Subject: [PATCH] 1.产品维护产品大类新增时产品名称字数不做限制

---
 src/views/basicData/product/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/basicData/product/index.vue b/src/views/basicData/product/index.vue
index 3b86b37..b3e9672 100644
--- a/src/views/basicData/product/index.vue
+++ b/src/views/basicData/product/index.vue
@@ -111,8 +111,6 @@
               <el-input
                 v-model="form.productName"
                 placeholder="璇疯緭鍏ヤ骇鍝佸悕绉�"
-                maxlength="20"
-                show-word-limit
                 clearable
                 @keydown.enter.prevent
               />

--
Gitblit v1.9.3