From 4b63863da4ed4c147c317ba6f432b90432745b66 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期三, 15 一月 2025 14:37:39 +0800 Subject: [PATCH] 设备特殊字符管理 --- src/api/dnc.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/api/dnc.js b/src/api/dnc.js index d0628ec..99a74d1 100644 --- a/src/api/dnc.js +++ b/src/api/dnc.js @@ -1,5 +1,7 @@ import { getAction, deleteAction, putAction, postAction, httpAction } from '@/api/manage' export default { - getProductStructureTreeApi: () => getAction('/nc/product/load/tree') + //-------------------------浜у搧缁撴瀯鏍�------------------------------------------------ + getProductStructureTreeApi: () => getAction('/nc/product/load/tree'), + } \ No newline at end of file -- Gitblit v1.9.3