Commit 41605057 authored by 姬鋆屾's avatar 姬鋆屾

推修改员工管理点击分页后再点击其他部门查询不到数据得问题;修改自定义列表功能不生效的问题

parent 556ca096
......@@ -16,9 +16,8 @@
:height="height"
style="width: 100%"
>
<template v-for="column in columns">
<el-table-column
v-if="column.show"
v-for="column in columns"
:key="column.prop"
:type="column.type"
:index="handleIndexMethod"
......@@ -46,7 +45,6 @@
:formatter="sunColumn.formatter"
/>
</el-table-column>
</template>
</el-table>
</template>
......
......@@ -346,6 +346,7 @@ export default {
this.tableData.staff.refreshDate,
6
);
this.$refs.layoutTable.showType = "tableSelect";
},
},
data() {
......@@ -367,6 +368,7 @@ export default {
url: process.env.VUE_APP_API_BASE_URL + "/staff/importData",
},
config: {
showType: "tableSelect",
search: [
{
name: "name",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment