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
Commit
dd4c4817
authored
Oct 04, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能修复】工作流:新建的流程,部分数据的 NPE 问题
parent
926eb70f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/bpm/model/index.vue
+2
-2
No files found.
src/views/bpm/model/index.vue
View file @
dd4c4817
...
@@ -125,7 +125,7 @@
...
@@ -125,7 +125,7 @@
</el-tag>
</el-tag>
<el-tag
v-else
type=
"warning"
>
未部署
</el-tag>
<el-tag
v-else
type=
"warning"
>
未部署
</el-tag>
<el-tag
<el-tag
v-if=
"scope.row.processDefinition.suspensionState === 2"
v-if=
"scope.row.processDefinition
?
.suspensionState === 2"
type=
"warning"
type=
"warning"
class=
"ml-10px"
class=
"ml-10px"
>
>
...
@@ -180,7 +180,7 @@
...
@@ -180,7 +180,7 @@
</el-dropdown-item>
</el-dropdown-item>
<el-dropdown-item
<el-dropdown-item
command=
"handleChangeState"
command=
"handleChangeState"
v-if=
"checkPermi(['bpm:model:update'])"
v-if=
"checkPermi(['bpm:model:update'])
&& scope.row.processDefinition
"
:disabled=
"!isManagerUser(scope.row)"
:disabled=
"!isManagerUser(scope.row)"
>
>
{{
scope
.
row
.
processDefinition
.
suspensionState
===
1
?
'停用'
:
'启用'
}}
{{
scope
.
row
.
processDefinition
.
suspensionState
===
1
?
'停用'
:
'启用'
}}
...
...
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