@@ -142,7 +142,7 @@ onMounted(()=>{
rowData.value = data
pdfMap.initMap(data,mapRef.value)
setTimeout(function(){
- toImg(false)
+ toImg(true)
},1000)
})
@@ -445,7 +445,7 @@ const onSubmit = () => {
isUpdata.value = false;
disabledForm.value = true;
mapData.disabledForm = true;
- const point = mapData.curPointData;
+ Object.assign(formInlineSearch, initForm);
authenticMap.endDraw();
getList().then(() => {
isRefresh.value = false;