Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
835c044c
authored
2022-12-09 15:21:43 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
73dc09e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/utils/mixin/table.js
src/utils/mixin/table.js
View file @
835c044
...
...
@@ -12,9 +12,9 @@ export default {
...
mapGetters
([
'dictData'
]),
},
mounted
()
{
if
(
this
.
fetchData
)
{
this
.
fetchData
()
}
//
if (this.fetchData) {
//
this.fetchData()
//
}
if
(
this
.
queryClick
)
{
this
.
queryClick
()
}
...
...
@@ -27,9 +27,9 @@ export default {
},
handleCurrentChange
(
val
)
{
this
.
pageData
.
currentPage
=
val
if
(
this
.
fetchData
)
{
this
.
fetchData
()
}
//
if (this.fetchData) {
//
this.fetchData()
//
}
console
.
log
(
'this.queryClick,'
,
this
.
queryClick
,
'this.fetchData'
,
this
.
fetchData
);
if
(
this
.
queryClick
)
{
this
.
queryClick
()
...
...
Please
register
or
sign in
to post a comment