zhaomiao 4 years ago
parent
commit
e65f14a39c
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/views/Performance/PerformanceList.vue

+ 7 - 0
src/views/Performance/PerformanceList.vue

@@ -564,6 +564,13 @@ export default {
       });
     },
     handleClick(tab) {
+      Object.assign(this.$data.autoHeight_fc, this.$options.data().autoHeight_fc);
+      Object.assign(this.$data.styleObject_fc, this.$options.data().styleObject_fc);
+      Object.assign(this.$data.autoHeight_pj, this.$options.data().autoHeight_pj);
+      Object.assign(this.$data.styleObject_pj, this.$options.data().styleObject_pj);
+      Object.assign(this.$data.autoHeight_xl, this.$options.data().autoHeight_xl);
+      Object.assign(this.$data.styleObject_xl, this.$options.data().styleObject_xl);
+      Object.assign(this.$data.queryAll_table_lyl, this.$options.data().queryAll_table_lyl);
       if (tab.name === "first") {
         this.tableid = "fc";
         this.query();