!21 尝试修改包含字典表的页面加载时报错

Merge pull request !21 from 毕梅/master
This commit is contained in:
芋道源码 2023-03-09 14:13:28 +00:00 committed by Gitee
commit 67873d93af
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ router.beforeEach(async (to, from, next) => {
const userStore = useUserStoreWithOut()
const permissionStore = usePermissionStoreWithOut()
if (!dictStore.getIsSetDict) {
dictStore.setDictMap()
await dictStore.setDictMap()
}
if (!userStore.getIsSetUser) {
isRelogin.show = true

View File

@ -250,7 +250,7 @@
name="bpmnFile"
:data="importForm"
>
<el-icon class="el-icon--upload"><upload-filled /></el-icon>
<Icon class="el-icon--upload" icon="ep:upload-filled" />
<div class="el-upload__text"> 将文件拖到此处 <em>点击上传</em> </div>
<template #tip>
<div class="el-upload__tip" style="color: red">