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
29473d18
authored
2020-11-30 18:16:23 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
宗地自然幢删除代码修改
1 parent
43a753c0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/components/lineTree/lineTree.vue
src/components/lineTree/lineTree.vue
View file @
29473d1
...
...
@@ -327,7 +327,8 @@ export default {
let
params
=
{
"bsm"
:
this
.
zdData
.
bsm
,
"type"
:
this
.
zdData
.
type
};
deleteZdInfoByBsm
(
params
)
.
then
((
res
)
=>
{
if
(
res
.
code
=
200
){
console
.
log
(
res
);
if
(
res
.
success
){
this
.
$message
({
type
:
'success'
,
message
:
'删除成功!'
...
...
Please
register
or
sign in
to post a comment