|
@@ -251,12 +251,16 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
watch: {
|
|
|
- pType(newVal, oldVal) {
|
|
|
- this.getPageBase();
|
|
|
- },
|
|
|
- timeA(){
|
|
|
- this.getPageBase();
|
|
|
- },
|
|
|
+ // pType(newVal, oldVal) {
|
|
|
+ // this.getPageBase();
|
|
|
+ // console.log('333');
|
|
|
+
|
|
|
+ // },
|
|
|
+ // timeA(){
|
|
|
+ // this.getPageBase();
|
|
|
+ // console.log('444');
|
|
|
+
|
|
|
+ // },
|
|
|
timeB(){
|
|
|
this.getPageBase();
|
|
|
}
|
|
@@ -269,9 +273,11 @@ export default {
|
|
|
this.getPageBase2(2)
|
|
|
},
|
|
|
mounted() {
|
|
|
- this.getPageBase();
|
|
|
- this.getPageBase2(1)
|
|
|
- this.getPageBase2(2)
|
|
|
+ // this.getPageBase();
|
|
|
+ // this.getPageBase2(1)
|
|
|
+ // this.getPageBase2(2)
|
|
|
+ // console.log('2222');
|
|
|
+
|
|
|
// console.log(JSON.stringify(this.TeaTabJson));
|
|
|
},
|
|
|
methods: {
|