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
3d0e51ce
authored
2024-03-21 16:57:20 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
合同
1 parent
cf8639b0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/views/workflow/main/swxx/jyht.vue
src/views/workflow/main/swxx/jyht.vue
View file @
3d0e51c
<!--
* @Description: 交易合同
* @Autor: renchao
* @LastEditTime: 2024-03-21 16:5
5:15
* @LastEditTime: 2024-03-21 16:5
7:09
-->
<
template
>
<div
class=
'jyht'
>
...
...
@@ -126,7 +126,6 @@
loadQlrxx
(
this
.
formData
.
bsmSldy
).
then
(
res
=>
{
let
arr
=
store
.
getters
.
dictData
[
'A30'
]
this
.
tableData
.
data
=
res
.
result
this
.
tableData
.
data
=
this
.
tableData
.
data
.
concat
(
this
.
tableData
.
data
)
this
.
tableData
.
data
.
forEach
(
item
=>
{
if
(
item
.
zjzl
)
{
item
.
zjzlmc
=
findValueByKey
(
arr
,
item
.
zjzl
);
...
...
Please
register
or
sign in
to post a comment