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
b601bcdc
authored
2023-09-11 11:00:30 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111
1 parent
0a835006
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/ywbl/ywsq/components/selectFwbjDybgSplitMerge.vue
src/views/ywbl/ywsq/components/selectFwbjDybgSplitMerge.vue
View file @
b601bcd
...
...
@@ -174,7 +174,7 @@
import
{
datas
,
sendThis
}
from
"../javascript/selectFwbjDybgSplitMerge.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
{
selectFwsyq
,
selectDiyaq
}
from
"@/api/ywsq.js"
;
import
{
start
Business
Flow
}
from
"@/api/workFlow.js"
;
import
{
start
Together
Flow
}
from
"@/api/workFlow.js"
;
export
default
{
mixins
:
[
table
,
jump
],
props
:
{
...
...
@@ -246,7 +246,7 @@
getCurrentRow
(
row
)
{
this
.
radioVal
=
row
.
bdcdyh
;
this
.
bdcdysz
=
[
row
]
selectDiyaq
({
bdcdyh
:
this
.
radioVal
,
currentPage
:
1
,
pageSize
:
10
}).
then
((
res
)
=>
{
selectDiyaq
({
bdcdyh
:
this
.
radioVal
,
sqywbm
:
'A37300'
,
currentPage
:
1
,
pageSize
:
10
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
tableData
.
dataList
=
res
.
result
.
records
this
.
bdcdysz
=
[
this
.
bdcdysz
[
0
],
...
this
.
tableData
.
dataList
]
...
...
@@ -284,7 +284,7 @@
*/
submitForm
()
{
this
.
loading
=
true
start
Business
Flow
({
start
Together
Flow
({
bsmSqyw
:
this
.
sqywInfo
.
bsmSqyw
,
bdcdysz
:
this
.
bdcdysz
,
}).
then
((
res
)
=>
{
...
...
Please
register
or
sign in
to post a comment