Browse Source

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

wangsisi 4 months ago
parent
commit
01191536bb
1 changed files with 1 additions and 0 deletions
  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();
     });