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
8e704487
authored
2021-01-04 09:40:23 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
db4c81ed
13155d1f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
src/views/panel/change/index.vue
src/views/systemTX/mapWeight/mapTools.vue
src/views/zrz/lpb/bjlp/index.vue
src/views/panel/change/index.vue
View file @
8e70448
...
...
@@ -73,6 +73,7 @@ export default {
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
height
:
100%
;
position
:
unset
;
/deep/.el-tab-pane{
height
:
calc
(
100%
-
40px
);
}
...
...
src/views/systemTX/mapWeight/mapTools.vue
View file @
8e70448
...
...
@@ -38,7 +38,7 @@
<span>
缩小
</span>
</li>
<li
@
click=
"info"
>
<i
class=
"iconfont icon
xinxi
"
></i>
<i
class=
"iconfont icon
shibie
"
></i>
<span>
识别
</span>
</li>
<li
@
click=
"clear"
>
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
8e70448
...
...
@@ -403,7 +403,8 @@ export default {
}
batchCommit
(
this
.
bsms
).
then
(
res
=>
{
if
(
res
.
success
)
{
Message
.
success
(
"提交成功"
)
Message
.
success
(
"提交成功"
);
this
.
getlpbData
();
}
})
},
...
...
@@ -587,7 +588,7 @@ export default {
getlpbData
()
{
this
.
$refs
.
lpbContent
.
loadingData
(
this
.
$store
.
state
.
zrzbsm
,
this
.
scyclx
);
//改变楼盘表子组件的key值,重新渲染
//
this.time = new Date().getTime();
this
.
time
=
new
Date
().
getTime
();
},
//实预测装换
plScYcChange
()
{
...
...
Please
register
or
sign in
to post a comment