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
8ac44502
authored
2020-12-09 15:42:14 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
实测预测数据不复现
1 parent
ba92d878
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/views/zrz/lpb/bjlp/hbj/index.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
8ac4450
...
...
@@ -590,8 +590,12 @@
if
(
res
.
code
===
200
){
this
.
form
=
res
.
result
;
if
(
res
.
result
.
qszt
!==
'0'
){
console
.
log
(
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
)
...
...
Please
register
or
sign in
to post a comment