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
35a032b8
authored
2020-12-25 17:29:21 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
53092f5d
ad2e275c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
src/components/searchHead/searchHead.vue
src/views/panel/change/cxlz/index.vue
src/views/zrz/lpb/bjlp/index.vue
src/components/searchHead/searchHead.vue
View file @
35a032b
...
...
@@ -189,7 +189,7 @@ export default {
margin-left
:
-10px
;
}
}
margin-bottom
:
1
8
px
;
margin-bottom
:
1
0
px
;
}
.el-button
{
width
:
100px
;
...
...
src/views/panel/change/cxlz/index.vue
View file @
35a032b
...
...
@@ -544,7 +544,7 @@ export default {
box-sizing
:
border-box
;
padding
:
18px
0
4px
0
;
border
:
1px
solid
#E6E6E6
;
margin-bottom
:
1
8
px
;
margin-bottom
:
1
0
px
;
}
.el-button
{
width
:
100px
;
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
35a032b
...
...
@@ -584,6 +584,8 @@ export default {
this
.
$message
.
success
(
"实预测转换成功"
);
this
.
$refs
.
lpbContent
.
loadingData
(
this
.
$store
.
state
.
zrzbsm
,
'1'
);
this
.
$refs
.
lpbContent
.
loadingData
(
this
.
$store
.
state
.
zrzbsm
,
'0'
);
}
else
if
(
res
.
code
===
500
)
{
this
.
$message
.
warning
(
res
.
message
);
}
});
},
...
...
Please
register
or
sign in
to post a comment