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
473ecc96
authored
2023-08-15 14:32:22 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改林权功能
1 parent
3b52bc54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
src/views/system/sqywgz/sqywDetail.vue
src/views/ywbl/ywsq/components/selectLqsc.vue
src/views/system/sqywgz/sqywDetail.vue
View file @
473ecc9
...
...
@@ -36,7 +36,7 @@
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"发起业务单元类型"
v-if=
"form.sqdjyw"
>
<el-select
v-model=
"form.sqdjyw.sqywdylx"
disabled
placeholder=
"请选择"
class=
"width100"
>
<el-select
v-model=
"form.sqdjyw.sqywdylx"
placeholder=
"请选择"
class=
"width100"
>
<el-option
v-for=
"item in sqywdylx"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
...
...
src/views/ywbl/ywsq/components/selectLqsc.vue
View file @
473ecc9
...
...
@@ -110,10 +110,8 @@
}
this
.
loading
=
true
startBusinessFlow
({
bsmSqyw
:
this
.
bsmSqyw
,
bsmSqyw
:
this
.
sqywInfo
.
bsmSqyw
,
bdcdysz
:
this
.
bdcdysz
,
djqxbm
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodecode
:
""
,
djqxmc
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodename
:
""
,
}).
then
((
res
)
=>
{
this
.
loading
=
false
if
(
res
.
code
==
200
)
{
...
...
Please
register
or
sign in
to post a comment