|
|
|
@ -739,7 +739,7 @@
@@ -739,7 +739,7 @@
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** 清除表单校验数据 */ |
|
|
|
|
function formClearValidate(fields: string[] | string) { |
|
|
|
|
function formClearValidate(fields?: string[] | string) { |
|
|
|
|
return formElRef.value.clearValidate(fields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -839,6 +839,7 @@
@@ -839,6 +839,7 @@
|
|
|
|
|
setTableData([]); |
|
|
|
|
// 重置地图画布 |
|
|
|
|
map?.setZoomAndCenter(mapState.mapConfig.options.zoom, mapState.mapConfig.options.center); |
|
|
|
|
driving?.clear(); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|