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
b0ed247e
authored
2020-11-24 16:41:45 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢删除修改
1 parent
dffe86e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
src/components/lineTree/lineTree.vue
src/components/lineTree/lineTree.vue
View file @
b0ed247
...
...
@@ -299,8 +299,10 @@ export default {
},
//右键菜单的删除
deleteByBsm
(){
console
.
log
(
this
.
zdData
.
zdbsm
);
let
params
=
{
"bsm"
:
this
.
zdData
.
zdbsm
,
"type"
:
this
.
zdData
.
type
}
let
params
=
{
"bsm"
:
this
.
zdData
.
bsm
,
"type"
:
this
.
zdData
.
type
};
if
(
this
.
zdData
.
type
==
'zd'
){
params
=
{
"bsm"
:
this
.
zdData
.
zdbsm
,
"type"
:
this
.
zdData
.
type
};
}
deleteZdInfoByBsm
(
params
)
.
then
((
res
)
=>
{
if
(
res
.
code
=
200
){
...
...
Please
register
or
sign in
to post a comment