Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
fdced0a6
authored
2021-01-12 18:41:49 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat():业主共有禁用
1 parent
2b0e39e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
src/views/zrz/index.vue
src/views/zrz/yzgy/index.vue
src/views/zrz/index.vue
View file @
fdced0a
...
...
@@ -37,12 +37,14 @@ export default {
},
methods
:
{
loadingStatus
()
{
console
.
log
(
"是否禁用"
)
let
bsm
=
this
.
$store
.
state
.
zrzbsm
;
queryStatus
(
bsm
).
then
(
res
=>
{
if
(
res
.
success
)
{
let
qszt
=
res
.
result
.
qszt
;
this
.
isDisabled
=
+
qszt
!==
0
;
if
(
res
.
result
)
{
let
qszt
=
res
.
result
.
qszt
;
this
.
isDisabled
=
+
qszt
!==
0
;
}
}
})
},
...
...
src/views/zrz/yzgy/index.vue
View file @
fdced0a
...
...
@@ -21,6 +21,7 @@
type=
"primary"
class=
"changeBtn inAdd addMinus"
@
click=
"addRow"
:disabled=
"isDisabled"
>
+
</el-button
>
...
...
Please
register
or
sign in
to post a comment