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
4f4eb552
authored
2022-09-07 16:24:51 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
12
1 parent
1bba51ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
8 deletions
src/views/ywbl/fqsq/components/slxx.vue
src/views/ywbl/fqsq/components/slxx.vue
View file @
4f4eb55
...
...
@@ -41,10 +41,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记情形:"
prop=
"djqx"
>
<el-select
disabled
v-model=
"ruleForm.djqx"
filterable
clearable
placeholder=
"请选择登记情形"
>
<el-option
v-for=
"item in djqxOption"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
<el-input
disabled
v-model=
"ruleForm.djqxmc"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -187,9 +184,6 @@ export default {
return
{
disabled
:
true
,
flagTop
:
this
.
flag
?
'top'
:
''
,
qllxOption
:
[],
djlxOption
:
[],
djqxOption
:
[],
qlxzOption
:
[],
tdytOption
:
[],
qlsdfsOption
:
[],
...
...
@@ -231,7 +225,19 @@ export default {
if
(
res
.
code
===
200
)
{
console
.
log
(
res
,
1111
)
this
.
ruleForm
=
res
.
result
this
.
ruleForm
=
res
.
result
;
this
.
ruleForm
.
zddm
=
res
.
result
.
zdjbxxdatas
.
zddm
;
this
.
ruleForm
.
zdmj
=
res
.
result
.
zdjbxxdatas
.
zdmj
;
this
.
ruleForm
.
zl
=
res
.
result
.
qlxxdatas
.
zl
;
this
.
ruleForm
.
tdyt
=
res
.
result
.
qlxxdatas
.
ytmc
;
this
.
ruleForm
.
qlsdfs
=
res
.
result
.
zdjbxxdatas
.
qlsdfsmc
;
this
.
ruleForm
.
qdjg
=
res
.
result
.
jsydsyqdatas
.
qdjg
;
//this.ruleForm.tdyt = res.result.zdjbxxdatas.ghytmc;
}
})
},
...
...
Please
register
or
sign in
to post a comment