Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
67873d93
authored
Mar 09, 2023
by
芋道源码
Committed by
Gitee
Mar 09, 2023
Browse files
Options
Browse Files
Download
Plain Diff
!21 尝试修改包含字典表的页面加载时报错
Merge pull request !21 from 毕梅/master
parents
1f2af1fc
aa3b299e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/permission.ts
+1
-1
src/views/bpm/model/index.vue
+1
-1
No files found.
src/permission.ts
View file @
67873d93
...
...
@@ -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
...
...
src/views/bpm/model/index.vue
View file @
67873d93
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment