835c044c by jiaozeping@pashanhoo.com

1

1 parent 73dc09e3
......@@ -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()
......