Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
15559916
authored
2022-12-30 09:21:22 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
BUG修复
1 parent
0c6a053d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/views/workflow/components/commonOpinion.vue
src/views/workflow/components/commonOpinion.vue
View file @
1555991
...
...
@@ -77,8 +77,7 @@ export default {
methods
:
{
getList
()
{
getUserCommonOpinion
().
then
(
res
=>
{
let
{
records
}
=
res
.
result
this
.
tableData
.
data
=
records
?
records
:
[]
this
.
tableData
.
data
=
res
.
result
})
},
//新增常用意见
...
...
Please
register
or
sign in
to post a comment