From c5b95a1b5e16c2386293275e4b888a5d687dc2e3 Mon Sep 17 00:00:00 2001
From: tqs <56479841@qq.com>
Date: 星期一, 28 八月 2023 12:48:02 +0800
Subject: [PATCH] #
---
src/main/webapp/views/console.html | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 64c33b1..e3de3f4 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -1215,7 +1215,6 @@
method: 'POST',
success: function (res) {
if (res.code === 200){
- console.log(res)
var barcodes = res.data;
for (var i = 0; i < barcodes.length; i++){
$("#barcode-"+barcodes[i].barcodeId).html(barcodes[i].codeValue ? barcodes[i].codeValue : "--");
--
Gitblit v1.9.1