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
a1d88d91
authored
2021-02-03 14:05:11 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
代码优化
1 parent
54d36ce9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
17 deletions
src/views/lq/index.vue
src/views/lq/index.vue
View file @
a1d88d9
...
...
@@ -5,33 +5,22 @@
</
template
>
<
script
>
import
Lqdcb
from
"./lqdcb"
import
Lqdcb
from
"./lqdcb"
;
export
default
{
name
:
""
,
components
:
{
Lqdcb
Lqdcb
,
},
props
:
{},
data
()
{
return
{
activeName
:
'lqdcb'
activeName
:
"lqdcb"
,
};
},
methods
:
{
// getZdData(bsm) {
// getQjLqjbxxDetailById(bsm).then((res) => {
// if (res.success) {
// console.log(res, "宗地信息");
// this.isFldc = res.result.zdtzmbsm === "PSHGSBDCQJDC000000000000DC440010";
// this.isTdcb = res.result.zdtzmbsm === ("PSHGSBDCQJDC000000000000DC440060" || "PSHGSBDCQJDC000000000000DC440070" ||"PSHGSBDCQJDC000000000000DC440080");
// }
// });
// },
},
created
()
{},
mounted
()
{
// this.getZdData(this.$route.query.bsm);
},
computed
:
{
lhbsm
()
{
...
...
@@ -39,9 +28,7 @@ export default {
},
},
watch
:
{
lhbsm
:
function
(
val
)
{
},
lhbsm
:
function
(
val
)
{},
},
};
</
script
>
...
...
Please
register
or
sign in
to post a comment