Browse Source

fix:修改搜索后新增清空搜索条件

wangsisi 4 months ago
parent
commit
838009da54
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/authentic/Pdf.vue
  2. 1 1
      src/views/authentic/index.vue

+ 1 - 1
src/views/authentic/Pdf.vue

@@ -142,7 +142,7 @@ onMounted(()=>{
     rowData.value = data
     pdfMap.initMap(data,mapRef.value)
     setTimeout(function(){
-      toImg(false)
+      toImg(true)
     },1000)
   })
 })

+ 1 - 1
src/views/authentic/index.vue

@@ -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;