Skip to content

Commit aa3b299

Browse files
committed
1. 修改icon图标展示 2.尝试修改包含字典表的页面加载时报错
1 parent e2895ba commit aa3b299

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/permission.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ router.beforeEach(async (to, from, next) => {
3535
const userStore = useUserStoreWithOut()
3636
const permissionStore = usePermissionStoreWithOut()
3737
if (!dictStore.getIsSetDict) {
38-
dictStore.setDictMap()
38+
await dictStore.setDictMap()
3939
}
4040
if (!userStore.getIsSetUser) {
4141
isRelogin.show = true

src/views/bpm/model/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
name="bpmnFile"
251251
:data="importForm"
252252
>
253-
<el-icon class="el-icon--upload"><upload-filled /></el-icon>
253+
<Icon class="el-icon--upload" icon="ep:upload-filled" />
254254
<div class="el-upload__text"> 将文件拖到此处,或 <em>点击上传</em> </div>
255255
<template #tip>
256256
<div class="el-upload__tip" style="color: red">

0 commit comments

Comments
 (0)