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
ac976e06
authored
2020-12-17 16:46:51 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
详细信息添加更新数据的接口
1 parent
d2059be8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
src/views/zrz/lpb/xxxx/index.vue
src/views/zrz/lpb/xxxx/index.vue
View file @
ac976e0
...
...
@@ -4,6 +4,7 @@
<el-radio-button
label=
"0"
>
预测
</el-radio-button>
<el-radio-button
label=
"1"
>
实测
</el-radio-button>
</el-radio-group>
<el-button
@
click=
"update"
>
更新数据
</el-button>
<el-table
:data=
"tableData"
style=
"width: 100%;margin-bottom: 20px;"
...
...
@@ -105,6 +106,10 @@ export default {
}
},
update
(){
this
.
getData
();
},
getData
(){
let
zrzbsm
=
this
.
$store
.
state
.
zrzbsm
;
// let scyclx = this.scyclx;
...
...
Please
register
or
sign in
to post a comment