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
9af76b32
authored
2020-11-18 17:30:30 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢字典信息数据整理
1 parent
6abea490
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
src/views/systemZRZ/lpb/bjlp/index.vue
src/views/systemZRZ/lpb/bjlp/index.vue
View file @
9af76b3
...
...
@@ -169,7 +169,7 @@
import
addCh
from
"./ch/index"
;
import
hbj
from
"./hbj/index"
import
lpbContent
from
"./lpbContent/index"
;
import
{
getLpbMenuTree
,
batchScYcChange
}
from
"../../../../api/lpb"
;
import
{
getLpbMenuTree
,
batchScYcChange
,
batchGeneratorBdcdyh
}
from
"../../../../api/lpb"
;
export
default
{
...
...
@@ -429,6 +429,14 @@
addBdcdyh
(){
// this.pd[0].bsm //自然幢标识码
console
.
log
(
this
.
$store
.
state
.
zrzh
,
'this.$store.state.zrzh'
);
console
.
log
(
this
.
pd
[
0
].
bsm
,
'this.pd[0].bsm'
);
batchGeneratorBdcdyh
(
this
.
$store
.
state
.
zrzh
,
this
.
pd
[
0
].
bsm
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
$message
.
success
(
"生成完成!"
)
}
else
{
this
.
$message
.
warning
(
"生成失败!"
)
}
})
}
},
computed
:
{
...
...
Please
register
or
sign in
to post a comment