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
2bfbbdfc
authored
2022-09-01 18:49:07 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:材料规则设定
1 parent
e20e48c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
src/views/system/sqywgz/components/editDialog.vue
src/views/system/sqywgz/sqywgz.vue
src/views/system/sqywgz/components/editDialog.vue
View file @
2bfbbdf
...
...
@@ -238,9 +238,9 @@ export default {
this
.
getSqdjywDetail
(
obj
.
bsmSqyw
)
},
getDjqxValue
(
val
)
{
if
(
val
.
clxx
)
this
.
subData
.
djqx
=
val
.
djqx
console
.
log
(
val
,
'valvalvalvalval'
);
this
.
subData
.
djqx
=
val
.
djqx
this
.
btnDisabled
=
val
.
btnDisabled
console
.
log
(
this
.
btnDisabled
);
},
getClgzValue
(
val
)
{
this
.
subData
.
clxx
=
val
...
...
src/views/system/sqywgz/sqywgz.vue
View file @
2bfbbdf
...
...
@@ -84,7 +84,6 @@ export default {
},
//编辑
editClick
(
row
)
{
console
.
log
(
row
);
if
(
row
.
nodecode
===
'B50'
)
{
this
.
detailList
=
[]
this
.
bsmSqyw
=
row
.
bsmSqyw
...
...
Please
register
or
sign in
to post a comment