From 0610019317ad541683fa59d268db7fd62b29ff7d Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期四, 11 十二月 2025 13:12:28 +0800
Subject: [PATCH] 单据明细页面字段显示
---
src/main/webapp/static/js/locCache/locCache.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/locCache/locCache.js b/src/main/webapp/static/js/locCache/locCache.js
index 2e5534d..b44b445 100644
--- a/src/main/webapp/static/js/locCache/locCache.js
+++ b/src/main/webapp/static/js/locCache/locCache.js
@@ -151,7 +151,6 @@
// 鍒濆鍖栦繚瀛�
form.on('submit(initDo)', function (data) {
- console.log(data.field)
$.ajax({
url: baseUrl + "/locCache/init/auth",
headers: {'token': localStorage.getItem('token')},
--
Gitblit v1.9.1