mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 添加reload context
This commit is contained in:
@ -122,10 +122,11 @@ const appStore = defineStore({
|
||||
this.setActiveMultiTab(currentRoute.value.fullPath);
|
||||
},
|
||||
/** 重新加载页面 */
|
||||
async handleReload() {
|
||||
handleReload() {
|
||||
this.reloadFlag = false;
|
||||
await nextTick();
|
||||
this.reloadFlag = true;
|
||||
nextTick(() => {
|
||||
this.reloadFlag = true;
|
||||
});
|
||||
},
|
||||
/** 打开配置抽屉 */
|
||||
openSettingDrawer() {
|
||||
|
Reference in New Issue
Block a user