From c518aae998a0e0d58615b699dd14144e5ed2f7ad Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 29 May 2025 16:38:35 +0800 Subject: [PATCH] md --- src/api/oms/emisStaff.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/api/oms/emisStaff.js b/src/api/oms/emisStaff.js index 5a49283..55d4b22 100644 --- a/src/api/oms/emisStaff.js +++ b/src/api/oms/emisStaff.js @@ -69,6 +69,14 @@ export function setDefaultBindSalesmen(data) { }) } +export function addChildUser(data) { + return request({ + url: '/oms2c/emisStaff/addChildUser', + method: 'post', + data: data + }) +} +