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
1d2adae0
authored
2021-02-05 10:16:41 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
个性化管理功能完善
1 parent
b0894a3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/views/manage/gxhgl/index.vue
src/views/manage/gxhgl/index.vue
View file @
1d2adae
...
...
@@ -196,6 +196,8 @@ export default {
getGxhList
(
this
.
queryData
).
then
((
res
)
=>
{
this
.
tableData
=
res
.
result
.
records
this
.
total
=
res
.
result
.
total
// 查询后重置修改项
this
.
hasChanged
=
[];
})
.
catch
((
error
)
=>
{});
//调用查询接口 给tableData赋值 TODO
...
...
Please
register
or
sign in
to post a comment