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
024bbf3f
authored
2022-09-08 14:48:28 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
88200887
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
19 deletions
.env.development
src/views/ywbl/fqsq/components/slxx.vue
.env.development
View file @
024bbf3
...
...
@@ -5,4 +5,4 @@ NODE_ENV=development
VUE_APP_BASE_API = '/bdcdj'
# 开发环境
VUE_APP_API_BASE_URL = 'http://192.168.2.
44
:8018'
VUE_APP_API_BASE_URL = 'http://192.168.2.
88
:8018'
...
...
src/views/ywbl/fqsq/components/slxx.vue
View file @
024bbf3
...
...
@@ -110,23 +110,12 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利性质:"
prop=
"qlxz"
>
<el-
selec
t
<el-form-item
label=
"权利性质:"
prop=
"qlxz
mc
"
>
<el-
inpu
t
disabled
v-model=
"ruleForm.qlxz"
filterable
v-model=
"ruleForm.qlxzmc"
class=
"width300px"
clearable
placeholder=
"请选择权利性质"
>
<el-option
v-for=
"item in qlxzOption"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -190,7 +179,6 @@
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
...
...
@@ -277,7 +265,6 @@ export default {
return
{
disabled
:
true
,
flagTop
:
this
.
flag
?
"top"
:
""
,
qlxzOption
:
[],
tdytOption
:
[],
qlsdfsOption
:
[],
ruleForm
:
{
...
...
@@ -289,7 +276,7 @@ export default {
djqx
:
""
,
zddm
:
""
,
bdcdyh
:
""
,
qlxz
:
""
,
qlxz
mc
:
""
,
zdmj
:
""
,
zl
:
""
,
tdyt
:
""
,
...
...
@@ -326,6 +313,7 @@ export default {
this
.
ruleForm
.
fj
=
res
.
result
.
jsydsyqdatas
.
fj
;
this
.
ruleForm
.
syqqzsj
=
res
.
result
.
jsydsyqdatas
.
syqqzsj
;
this
.
ruleForm
.
tdsyqx
=
res
.
result
.
jsydsyqdatas
.
tdsyqx
;
this
.
ruleForm
.
qlxzmc
=
res
.
result
.
zdjbxxdatas
.
qlxzmc
;
}
});
},
...
...
Please
register
or
sign in
to post a comment