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
0f9daf12
authored
2020-12-09 16:15:36 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户编辑页面调整
1 parent
9c0ce83f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
5 deletions
src/views/zrz/lpb/bjlp/hbj/index.vue
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
0f9daf1
...
...
@@ -590,13 +590,8 @@
if
(
res
.
code
===
200
){
this
.
form
=
res
.
result
;
if
(
res
.
result
.
qszt
!==
'0'
){
console
.
log
(
JSON
.
stringify
(
res
)
+
":res"
)
console
.
log
(
JSON
.
stringify
(
res
.
result
)
+
":res.result"
)
console
.
log
(
res
.
result
.
qszt
+
":res.result.qszt"
)
console
.
log
(
res
.
result
.
qszt
!==
'0'
+
":res.result.qszt!==0"
)
this
.
disableFlag
=
true
;
}
console
.
log
(
this
.
disableFlag
)
if
(
this
.
form
.
scyclx
===
'0'
){
this
.
$set
(
this
.
form
,
"ycjzmj"
,
this
.
form
.
jzmj
)
this
.
$set
(
this
.
form
,
"yctnjzmj"
,
this
.
form
.
tnjzmj
)
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
0f9daf1
...
...
@@ -554,6 +554,7 @@ export default {
if
(
type
)
{
// 双击
this
.
hbsm
=
this
.
bsms
[
this
.
bsms
.
length
-
1
];
this
.
$store
.
state
.
hbsm
=
this
.
hbsm
;
this
.
hbjVisible
=
true
;
this
.
$nextTick
(
function
()
{
this
.
$refs
.
hbj
.
getHInfo
(
this
.
hbsm
);
...
...
Please
register
or
sign in
to post a comment