From 2a693c6842788d1011d69e62af3df6dfd06ecf16 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期五, 19 一月 2024 14:43:50 +0800
Subject: [PATCH] 增加汇报写入判断限制

---
 CanadaMes-ui/src/api/home.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CanadaMes-ui/src/api/home.js b/CanadaMes-ui/src/api/home.js
index 905bef3..ed2fb1a 100644
--- a/CanadaMes-ui/src/api/home.js
+++ b/CanadaMes-ui/src/api/home.js
@@ -286,9 +286,9 @@
     })
 }
 
-export function SwitchScanMethod(scansmethod) {s
+export function SwitchScanMethod(scansmethod) {
     return request({
-        url: '/home/SwitchScanMethod?Scanmethod='+scanmethod,
+        url: '/home/SwitchScanMethod?scansmethod='+scansmethod,
         method: 'post',
         data:""
     })

--
Gitblit v1.8.0