1
Showing
1 changed file
with
6 additions
and
6 deletions
... | @@ -12,9 +12,9 @@ export default { | ... | @@ -12,9 +12,9 @@ export default { |
12 | ...mapGetters(['dictData']), | 12 | ...mapGetters(['dictData']), |
13 | }, | 13 | }, |
14 | mounted () { | 14 | mounted () { |
15 | if (this.fetchData) { | 15 | // if (this.fetchData) { |
16 | this.fetchData() | 16 | // this.fetchData() |
17 | } | 17 | // } |
18 | if (this.queryClick) { | 18 | if (this.queryClick) { |
19 | this.queryClick() | 19 | this.queryClick() |
20 | } | 20 | } |
... | @@ -27,9 +27,9 @@ export default { | ... | @@ -27,9 +27,9 @@ export default { |
27 | }, | 27 | }, |
28 | handleCurrentChange (val) { | 28 | handleCurrentChange (val) { |
29 | this.pageData.currentPage = val | 29 | this.pageData.currentPage = val |
30 | if (this.fetchData) { | 30 | // if (this.fetchData) { |
31 | this.fetchData() | 31 | // this.fetchData() |
32 | } | 32 | // } |
33 | console.log('this.queryClick,', this.queryClick, 'this.fetchData', this.fetchData); | 33 | console.log('this.queryClick,', this.queryClick, 'this.fetchData', this.fetchData); |
34 | if (this.queryClick) { | 34 | if (this.queryClick) { |
35 | this.queryClick() | 35 | this.queryClick() | ... | ... |
-
Please register or sign in to post a comment