|
@@ -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();
|