Browse Source

最新代码

like 7 months ago
parent
commit
8588336247
1 changed files with 3 additions and 0 deletions
  1. 3 0
      snowy-admin-web/src/views/motoring/location/form.vue

+ 3 - 0
snowy-admin-web/src/views/motoring/location/form.vue

@@ -323,6 +323,9 @@
 	// 选中传感器类型
 	const sensorTypeChange = (value) => {
 		if (value) {
+			formData.value.monitorDeviceId = null
+			formData.value.sensorRoute = null
+			sensorRouteMax.value = 1
 			sensorType.value = value
 			memListData(value)
 		}