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
02a5f106
authored
2023-07-12 14:42:57 +0800
by
赵千
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
flowparams
1 parent
ab083ef5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
src/views/system/sqywgz/components/editDialog.vue
src/views/system/sqywgz/sqywDetail.vue
src/views/system/sqywgz/components/editDialog.vue
View file @
02a5f10
...
...
@@ -197,6 +197,7 @@ export default {
djywmc
:
''
,
enabled
:
'1'
,
flowid
:
''
,
flowparams
:
''
,
djqxcl
:
''
,
sfqydjyymb
:
'1'
,
djyy
:
''
...
...
src/views/system/sqywgz/sqywDetail.vue
View file @
02a5f10
...
...
@@ -50,6 +50,11 @@
<el-input
v-model=
"form.ywDetail.flowid"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"流程参数"
prop=
"flowparams"
>
<el-input
v-model=
"form.ywDetail.flowparams"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
...
...
Please
register
or
sign in
to post a comment