소스 검색

fix:修改取消时充值查询参数

wangsisi 4 달 전
부모
커밋
01191536bb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/authentic/index.vue

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

@@ -426,6 +426,7 @@ const onCancel = () => {
   if (isUpdata.value) {
     authenticMap.cancelDraw();
   } else {
+    Object.assign(formInlineSearch, initForm);
     getList((geoms) => {
       authenticMap.allUnSelect();
     });