From 426848e42b733bae3d42b1df154a8af9f606d5ab Mon Sep 17 00:00:00 2001
From: zhang_nuo <zhang_12370@163.com>
Date: 星期二, 25 八月 2026 17:23:54 +0800
Subject: [PATCH] fix(equipment,report): 修复设备管理与税务对比页面展示问题

---
 src/api/basicData/customer.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/basicData/customer.js b/src/api/basicData/customer.js
index 28f2eab..0934193 100644
--- a/src/api/basicData/customer.js
+++ b/src/api/basicData/customer.js
@@ -26,6 +26,14 @@
     })
 }
 
+// 娴佸叆鍏捣
+export function backCustomer(id) {
+    return request({
+        url: '/basic/customer/back/' + id,
+        method: 'post'
+    })
+}
+
 export function shareCustomer(data) {
     return request({
         url: '/basic/customer/together',

--
Gitblit v1.9.3