From 9ed9db9716f36e797141d9a80119fd0c1f4ac7a5 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期二, 14 一月 2025 15:12:14 +0800 Subject: [PATCH] 1、产品/部件/零件的新增与编辑以及根据层级查询对应文档功能已完成后端联调 2、产品结构树新增节点展开记忆功能方便新增节点后查看 --- 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