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
bccdee33
authored
2024-02-06 09:23:02 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111
1 parent
a6c4a2d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/ywbl/slsqxx/diyaq/batchSlxx.vue
src/views/ywbl/slsqxx/diyaq/batchSlxx.vue
View file @
bccdee3
...
...
@@ -65,7 +65,7 @@
<div
class=
"triangle"
></div>
</div>
<cfBdcdyTable
:tableData=
"ruleForm.qlxxList"
v-if=
"ruleForm.slsq.djywbm.includes('400')"
/>
<
qjhTable
v-else
:tableData=
"ruleForm.hl
ist"
/>
<
cfBdcdyTable
v-else
:tableData=
"ruleForm.ztQlxxL
ist"
/>
<div
class=
"slxx_title title-block"
>
抵押信息
<div
class=
"triangle"
></div>
...
...
@@ -307,7 +307,7 @@
import
qjhTable
from
"@/views/workflow/components/qjhTable"
;
import
cfBdcdyTable
from
"@/views/workflow/components/cfBdcdyTable"
;
import
qlrCommonTable
from
"@/views/workflow/components/qlrCommonTable"
;
import
{
ba
ct
hInit
,
saveBatchData
}
from
"@/api/workflow/diyaqFlow.js"
;
import
{
ba
tc
hInit
,
saveBatchData
}
from
"@/api/workflow/diyaqFlow.js"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
mounted
()
{
...
...
@@ -320,7 +320,7 @@
formdata
.
append
(
"bsmSlsq"
,
this
.
$route
.
query
.
bsmSlsq
);
formdata
.
append
(
"djlx"
,
this
.
propsParam
.
djlx
);
formdata
.
append
(
"isEdit"
,
this
.
viewEdit
);
ba
ct
hInit
(
formdata
).
then
((
res
)
=>
{
ba
tc
hInit
(
formdata
).
then
((
res
)
=>
{
setTimeout
(()
=>
{
that
.
loading
=
false
},
200
)
...
...
Please
register
or
sign in
to post a comment