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
ff7ddbe9
authored
2022-10-26 15:09:49 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111
1 parent
d13532be
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/views/registerBook/cfdj.vue
src/views/registerBook/cfdj.vue
View file @
ff7ddbe
...
...
@@ -11,7 +11,7 @@
</div>
<div
class=
"xxTableBox"
>
<table
class=
"xxTable"
>
<tr
v-for=
"(item, colindex) in columns.slice(0,
3
)"
:key=
"colindex"
>
<tr
v-for=
"(item, colindex) in columns.slice(0,
2
)"
:key=
"colindex"
>
<td>
{{
item
.
label
}}
</td>
...
...
@@ -86,7 +86,6 @@ export default {
loadData
()
{
getCfdjList
({
bdcdyid
:
this
.
propsParam
.
bdcdyid
,
bsmSldy
:
this
.
propsParam
.
bsmSldy
,
qllx
:
this
.
propsParam
.
qllx
,
qszt
:
this
.
checkList
,
}).
then
((
res
)
=>
{
...
...
Please
register
or
sign in
to post a comment