|
@@ -3,7 +3,7 @@
|
|
|
* @Author: wangcc
|
|
|
* @Date: 2022-07-06 15:56:45
|
|
|
* @LastEditors: gcz
|
|
|
- * @LastEditTime: 2022-11-04 14:15:12
|
|
|
+ * @LastEditTime: 2022-11-04 14:32:39
|
|
|
* @FilePath: \ntbigscreen\src\views\index.vue
|
|
|
* @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved.
|
|
|
-->
|
|
@@ -468,9 +468,10 @@ export default {
|
|
|
this.getPageData();
|
|
|
},
|
|
|
getPageData() {
|
|
|
- debounce(this.debounceGetData, 300, false);
|
|
|
+ debounce(this.debounceGetData, 1000, true);
|
|
|
},
|
|
|
debounceGetData() {
|
|
|
+ console.log('请求数据');
|
|
|
// console.log('page', this.$store.state.addr.page);
|
|
|
// {text:'森林资源',en:'forest'},
|
|
|
// {text:'林木结构',en:'treeSpecies'},
|