Browse Source

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

wangsisi 4 tháng trước cách đây
mục cha
commit
01191536bb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
     });