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
2d4de8e0
authored
2020-10-30 10:33:29 +0800
by
cheliming
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改传的字段 glbsm改为bsm
1 parent
fc31f4fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/panel/modify/index.vue
src/views/panel/modify/index.vue
View file @
2d4de8e
...
...
@@ -117,7 +117,7 @@
console
.
log
(
row
);
let
path
=
""
;
var
type
;
var
id
=
row
.
gl
bsm
;
var
id
=
row
.
bsm
;
switch
(
row
.
dylx
)
{
case
"自然幢"
:
path
=
"/zrz"
;
...
...
Please
register
or
sign in
to post a comment