Sfoglia il codice sorgente

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

kuanghua liu 1 anno fa
parent
commit
06ead8e7c6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
       }