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
cd10d29d
authored
2020-10-21 17:33:38 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢信息保存回显
1 parent
848bcb9b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
src/api/search.js
src/components/lineTree/lineTree.vue
src/views/systemZRZ/zrzxx/index.vue
src/api/search.js
View file @
cd10d29
...
...
@@ -5,7 +5,7 @@ import request from '@/plugin/axios'
export
function
getSearchList
(
data
)
{
return
request
({
url
:
'/system/basiccommon/query'
,
method
:
'
ge
t'
,
params
:
data
,
method
:
'
pos
t'
,
data
:
data
,
})
}
\ No newline at end of file
...
...
src/components/lineTree/lineTree.vue
View file @
cd10d29
...
...
@@ -119,7 +119,6 @@ export default {
},
// 根据id展开树的具体项
expandTreeItemById
(
idList
)
{
debugger
;
let
_this
=
this
;
function
loopTree
(
list
)
{
list
.
forEach
((
x
)
=>
{
...
...
src/views/systemZRZ/zrzxx/index.vue
View file @
cd10d29
...
...
@@ -440,7 +440,7 @@
console
.
log
(
this
.
form
)
},
generatorCode
(){
getBdcdyh
(
this
.
form
.
zd
bs
m
,
"zrz"
)
getBdcdyh
(
this
.
form
.
zd
d
m
,
"zrz"
)
.
then
((
res
)
=>
{
this
.
form
.
zrzh
=
res
.
result
.
substring
(
0
,
24
);
this
.
form
.
bdcdyh
=
res
.
result
;
...
...
Please
register
or
sign in
to post a comment