|
|
@ -76,7 +76,6 @@
|
|
|
|
<el-table
|
|
|
|
<el-table
|
|
|
|
v-loading="loading"
|
|
|
|
v-loading="loading"
|
|
|
|
:data="DataSourceTjList"
|
|
|
|
:data="DataSourceTjList"
|
|
|
|
:height="tableHeigth"
|
|
|
|
|
|
|
|
@selection-change="handleSelectionChange"
|
|
|
|
@selection-change="handleSelectionChange"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
@ -257,15 +256,7 @@ export default {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
// //给表格一个固定值
|
|
|
|
this.getList();
|
|
|
|
this.$nextTick(() => {
|
|
|
|
|
|
|
|
this.tableHeigth =
|
|
|
|
|
|
|
|
this.$refs.main.offsetHeight -
|
|
|
|
|
|
|
|
(this.$refs.topSearch.offsetHeight +
|
|
|
|
|
|
|
|
this.$refs.tableTool.offsetHeight) -
|
|
|
|
|
|
|
|
46;
|
|
|
|
|
|
|
|
this.getList();
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
/** 查询数据来源统计tc_sjlytj 列表 */
|
|
|
|
/** 查询数据来源统计tc_sjlytj 列表 */
|
|
|
|