From 8bdc211389f29202672e43da7e6430cdf661707d Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 14 Nov 2025 17:19:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9A=9C=E7=A2=8D=E7=89=A9?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index.vue b/src/views/index.vue index a1e1150..43a71e2 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1102,7 +1102,7 @@ const batchShild = () => { lon: row.Lon, lat: row.Lat, strength: row.rate, - name: '', + name: Math.random().toString().split('.')[1], deviation: shieldInfoForm.value.deviation, shielding: shieldInfoForm.value.shielding, })