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
7bd46e67
authored
2023-12-29 16:37:09 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:收费信息
1 parent
045a5eea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
src/views/workflow/components/sfxx.vue
src/views/workflow/components/sfxx.vue
View file @
7bd46e6
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-12-2
8 09:33:4
0
* @LastEditTime: 2023-12-2
9 16:35:5
0
-->
<
template
>
<div
class=
'sfxx'
>
...
...
@@ -144,12 +144,14 @@
},
methods
:
{
getList
()
{
getSfmxList
(
this
.
$route
.
query
.
bsmBusiness
).
then
(
res
=>
{
let
bsmBusiness
=
this
.
$route
.
query
.
bsmBusiness
?
this
.
$route
.
query
.
bsmBusiness
:
window
.
currentSelect
.
bsmBusiness
getSfmxList
(
bsmBusiness
).
then
(
res
=>
{
this
.
tableData
.
data
=
res
.
result
})
},
hanldeAdd
()
{
this
.
$popupDialog
(
'新增'
,
'workflow/components/dialog/xzsf'
,
{
bsmBusiness
:
this
.
$route
.
query
.
bsmBusiness
},
'50%'
,
true
)
let
bsmBusiness
=
this
.
$route
.
query
.
bsmBusiness
?
this
.
$route
.
query
.
bsmBusiness
:
window
.
currentSelect
.
bsmBusiness
this
.
$popupDialog
(
'新增'
,
'workflow/components/dialog/xzsf'
,
{
bsmBusiness
:
bsmBusiness
},
'50%'
,
true
)
},
handleDelete
(
row
)
{
let
that
=
this
...
...
Please
register
or
sign in
to post a comment