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
a43f28a2
authored
2022-08-24 16:20:50 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:bug修改
1 parent
092e13f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
src/views/ywbl/ywsq/components/gyjsydsyq/gyjsydsyq.vue
src/views/ywbl/ywsq/components/gyjsydsyq/gyjsydsyq.vue
View file @
a43f28a
<
template
>
<div>
<dialogBox
title=
"查询权利信息"
@
submitForm=
"submitForm"
saveButton=
"发起申请"
width=
"85%"
@
closeDialog=
"closeDialog"
v-model=
"
v
alue"
>
v-model=
"
myV
alue"
>
<div
class=
"from-clues"
>
<!-- 表单部分 -->
<div
class=
"from-clues-header"
>
...
...
@@ -80,13 +80,15 @@ export default {
},
bdcdyid
:
''
,
bdcdyh
:
''
,
myValue
:
this
.
value
,
};
},
mounted
()
{
sendThis
(
this
);
},
watch
:
{
value
()
{
value
(
val
)
{
this
.
myValue
=
val
this
.
fetchData
()
},
},
...
...
Please
register
or
sign in
to post a comment