zhangwei
9 天以前 03c275439949875a857538df89a41696642c42b3
src/api/system.ts
@@ -39,3 +39,10 @@
    }
  );
};
/**删除员工 */
export const delCustormerUsers = data => {
  return http.request<Result>(
    "delete",
    baseUrlApi(`/api/customer/delCustormerUsers/${data.custormerUserId}`)
  );
};