From 160a5fcfb6a8bf11236d7a00f6392b6135811b5a Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期一, 24 二月 2025 09:54:09 +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 58366f3..0fba512 100644 --- a/src/api/dnc.js +++ b/src/api/dnc.js @@ -75,6 +75,8 @@ }, //-------------------------璁惧缁撴瀯鏍�------------------------------------------------ + // 鑾峰彇璁惧鏍� + getDeviceTreeDataApi: () => getAction('/nc/device/queryTreeListByProduction'), // 鍒犻櫎鏂囨。 deleteDeviceRelativeDocumentApi: ({ docId, attributionId }) => deleteAction(`doc/relative/delete/device/${docId}/${attributionId}`), // 鑾峰彇鏈夋潈闄愮殑鐢ㄦ埛鍒楄〃 @@ -86,5 +88,5 @@ // 绉婚櫎鐢ㄦ埛鏉冮檺 removeDeviceTreePermissionFromUser: ({ treeNodeType, treeNodeId, isAssignSonNode, userIdArray }) => { return postAction(`/nc/device/assign/remove/user/${treeNodeType}/${treeNodeId}/${isAssignSonNode}`, userIdArray) - }, + } } \ No newline at end of file -- Gitblit v1.9.3