Przeglądaj źródła

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

kuanghua liu 1 rok temu
rodzic
commit
06ead8e7c6
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
       }