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, })