From 387ba6085841fe6765827c57e4cb125d4af515ef Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期五, 27 六月 2025 10:55:57 +0800
Subject: [PATCH] 2025-06-27 销售台账添加付款方式,新增开票时保存开票时间和录入人

---
 src/main/resources/vm/js/api.js.vm |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/main/resources/vm/js/api.js.vm b/src/main/resources/vm/js/api.js.vm
index cd2403c..d78cd2f 100644
--- a/src/main/resources/vm/js/api.js.vm
+++ b/src/main/resources/vm/js/api.js.vm
@@ -42,12 +42,3 @@
     method: 'delete'
   })
 }
-
-// 瀵煎嚭${functionName}
-export function export${BusinessName}(query) {
-  return request({
-    url: '/${moduleName}/${businessName}/export',
-    method: 'get',
-    params: query
-  })
-}
\ No newline at end of file

--
Gitblit v1.9.3