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
9bb1bbba
authored
2020-12-25 08:59:13 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
6f853957
218f5a70
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
src/components/lineTree/lineTree.vue
src/components/sxdr/sxdr.vue
src/components/lineTree/lineTree.vue
View file @
9bb1bbb
...
...
@@ -69,7 +69,7 @@
<li
@
click=
"exportToShp"
>
ESRI Shape
</li>
</ul>
</li>
<li
v-show=
"isZD"
@
click=
"drsx"
>
导入属性
</li>
<li
@
click=
"drsx"
>
导入属性
</li>
<li
v-show=
"!isZD"
>
导入楼盘
</li>
<li>
重叠分析
</li>
<li
v-show=
"isZD && (zdQszt == '1' || zdQszt == '2')"
@
click=
"openCreateDialog('dzw')"
>
添加定着物
</li>
...
...
src/components/sxdr/sxdr.vue
View file @
9bb1bbb
...
...
@@ -8,7 +8,7 @@
<div
class=
"main-button"
>
<el-upload
class=
"upload-demo"
:action=
"uploadUrl
"
action=
"/api/tx/excelGeo/import
"
:data=
"sxdrData"
:on-success=
"uploadSuccess"
:show-file-list=
"false"
...
...
@@ -47,7 +47,6 @@
},
data
()
{
return
{
uploadUrl
:
''
,
isVisible
:
false
,
sxdrData
:
{
bsm
:
''
,
...
...
@@ -65,7 +64,6 @@
},
reset
()
{
this
.
errorData
=
[];
this
.
uploadUrl
=
''
;
this
.
sxdrData
=
{
bsm
:
''
};
},
close
()
{
...
...
@@ -97,13 +95,6 @@
},
dylx
(
val
)
{
this
.
sxdrData
.
type
=
val
;
switch
(
val
)
{
case
"zd"
:
this
.
uploadUrl
=
"/api/tx/excelGeo/import"
;
break
;
default
:
break
;
}
},
bsm
(
val
)
{
this
.
sxdrData
.
bsm
=
val
;
...
...
Please
register
or
sign in
to post a comment