From 631d7e345da5ff57055c9a4787a088749baa79d9 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 24 十月 2024 09:57:15 +0800
Subject: [PATCH] 1.沣沣 模具模块优化

---
 pages/mjgl/wxsq2.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/mjgl/wxsq2.vue b/pages/mjgl/wxsq2.vue
index e701fe1..710485b 100644
--- a/pages/mjgl/wxsq2.vue
+++ b/pages/mjgl/wxsq2.vue
@@ -25,7 +25,7 @@
 							</view>
 
 							<view class="marginRight20">
-								<u-icon name="scan" @click="topScanClick" color="red" size="24"></u-icon>
+								<!-- <u-icon name="scan" @click="topScanClick" color="red" size="24"></u-icon> -->
 							</view>
 
 						</view>
@@ -363,7 +363,7 @@
 					faultdescr: this.descMessage,
 				}
 
-				// console.log(JSON.stringify(formData))
+				console.log(JSON.stringify(formData))
 				this.isDisabledSubmitButton = true
 				uni.uploadFile({
 					url: this.$baseUrl + '/MouldManager/MaintainScanMouldApplySave',

--
Gitblit v1.9.3