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
7595b603
authored
2020-12-10 11:25:37 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
d82af450
de8a85d6
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 @
7595b60
...
...
@@ -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 @
7595b60
...
...
@@ -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