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
aa65852d
authored
2024-03-20 17:14:59 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
192baa40
e0808817
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/workflow/main/sfxx/sfDetail.vue
src/views/workflow/main/sfxx/sfDetail.vue
View file @
aa65852
<
template
>
<div
class=
'sfDetail'
>
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:data=
"
formData.
dataList"
>
:data=
"dataList"
>
</lb-table>
<div
class=
"text-center"
>
...
...
@@ -87,10 +87,11 @@
'formData.dataList'
:
{
handler
(
newValue
,
oldValue
)
{
if
(
newValue
.
length
!=
0
)
{
this
.
dataList
=
newValue
this
.
dataList
=
_
.
cloneDeep
(
newValue
)
}
},
deep
:
true
deep
:
true
,
immediate
:
true
}
},
methods
:
{
...
...
@@ -98,7 +99,6 @@
recharge
(
this
.
formData
.
bsmBusiness
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
dataList
=
res
.
result
store
.
dispatch
(
"user/getPouopData"
,
res
.
result
);
this
.
$message
({
message
:
'计费成功!'
,
type
:
'success'
...
...
Please
register
or
sign in
to post a comment