From 57aec99c5b5be6c1538893f45207228e507d14db Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 11 三月 2024 15:21:11 +0800
Subject: [PATCH] #

---
 static/js/util.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/static/js/util.js b/static/js/util.js
index 8298586..7e655f6 100644
--- a/static/js/util.js
+++ b/static/js/util.js
@@ -5,6 +5,8 @@
 * 
 */
 function matCheck(mat, matList) {
+	// console.log("matList:" + matList);
+	// console.log("mat:" + JSON.stringify(mat));
 	let newMatList = [],
 		add = true;
 	if (matList.length > 0) {

--
Gitblit v1.9.1