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
150ff0b6
authored
2022-09-02 09:10:40 +0800
by
liangyifan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
ef27c1d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
src/views/ywbl/fqsq/components/th.vue
src/views/ywbl/fqsq/fqsq.vue
src/views/ywbl/fqsq/components/th.vue
View file @
150ff0b
...
...
@@ -78,7 +78,7 @@ export default {
backNodeList
:[],
},
sumbitList
:{},
taski
d
:
""
,
activityI
d
:
""
,
}
},
mounted
(){
...
...
@@ -95,18 +95,18 @@ export default {
})
},
radioClick
(
scope
){
this
.
taskid
=
scope
.
taski
d
this
.
activityId
=
scope
.
activityI
d
this
.
sumbitList
=
scope
},
submitForm
()
{
if
(
this
.
taski
d
==
undefined
){
if
(
this
.
activityI
d
==
undefined
){
this
.
$message
.
error
(
'请至少选择一条数据'
);
return
}
this
.
list
.
backNodeList
.
push
({
id
:
this
.
taskId
,
taskid
:
this
.
taski
d
,
taskid
:
this
.
activityI
d
,
processInstanceId
:
this
.
sumbitList
.
processInstanceId
,
bsmBusiness
:
this
.
bsmBusiness
,
outstepopinion
:
this
.
outstepopinion
...
...
src/views/ywbl/fqsq/fqsq.vue
View file @
150ff0b
...
...
@@ -140,6 +140,7 @@ export default {
issplitScreen
:
false
,
unitData
:
[],
taskId
:
""
,
bsmBusiness
:
""
,
};
},
watch
:
{
...
...
Please
register
or
sign in
to post a comment