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
eb5bf84b
authored
2022-12-02 08:47:14 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
28959046
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/views/workflow/components/qlrCommonTable.vue
src/views/workflow/components/qlrCommonTable.vue
View file @
eb5bf84
...
...
@@ -72,7 +72,6 @@ export default {
this
.
dictData
[
'A30'
].
forEach
(
item
=>
{
if
(
item
.
dcode
==
scope
.
row
.
zjzl
)
{
var
varName
=
item
.
dname
alert
(
varName
)
return
<
div
>
varName
<
/div
>
}
})
...
...
Please
register
or
sign in
to post a comment