Explorar el Código

fix: 成功添加后不显示弹窗并刷新

kuanghua liu hace 1 año
padre
commit
06ead8e7c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/system/user/component/AddUser.vue

+ 1 - 1
src/views/system/user/component/AddUser.vue

@@ -313,7 +313,7 @@
           type: 'success',
         });
         emits('update:modelValue', true);
-        // window.location.reload();
+        window.location.reload();
       } else {
         DialogVisible.value = true;
       }