|
|
@@ -332,9 +332,11 @@ export default {
|
|
|
created() {
|
|
|
// 当前tabs,0:销售部;1:我的
|
|
|
this.tabVal = localStorage.getItem('tabVal') == '0' ? '0' : '1';
|
|
|
- if (this.deviceOutsidePage) this.initData();
|
|
|
store.dispatch('setDeviceOutsidePage', false);
|
|
|
},
|
|
|
+ mounted() {
|
|
|
+ if (this.deviceOutsidePage) this.initData();
|
|
|
+ },
|
|
|
mounted() {
|
|
|
// 上拉边界下拉出现白色空白
|
|
|
let node = document.getElementsByClassName('home')[0];
|