|
@@ -115,6 +115,16 @@
|
|
|
// this.alertInfo(document.body.clientWidth);
|
|
// this.alertInfo(document.body.clientWidth);
|
|
|
// this.alertInfo( window.screen.height);
|
|
// this.alertInfo( window.screen.height);
|
|
|
},
|
|
},
|
|
|
|
|
+ watch: {
|
|
|
|
|
+ '$route': function (val) {
|
|
|
|
|
+ if (val.path == '/appoint') {
|
|
|
|
|
+ this.getQueryNextWeek();
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ 'active'() {
|
|
|
|
|
+ this.getList();
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
methods: {
|
|
methods: {
|
|
|
getQueryNextWeek() {
|
|
getQueryNextWeek() {
|
|
|
let that = this;
|
|
let that = this;
|