浏览代码

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

wangsisi 5 月之前
父节点
当前提交
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();
     });