فهرست منبع

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

kuanghua liu 1 سال پیش
والد
کامیت
06ead8e7c6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;
       }