diff --git a/packages/3.0.0/AppReturnHomeRegister/components/List.vue b/packages/3.0.0/AppReturnHomeRegister/components/List.vue index f2785ffe..b8862fcf 100644 --- a/packages/3.0.0/AppReturnHomeRegister/components/List.vue +++ b/packages/3.0.0/AppReturnHomeRegister/components/List.vue @@ -34,7 +34,7 @@ :selectList="dictList" @change="search.current = 1, getList()"> - + 导出 @@ -127,8 +127,7 @@ } }, row.status === '0' ? '异常' : '正常') } - }, - // { prop: 'type', align: 'center', label: '今日上报' } + } ], ids: [], tableData: [], @@ -142,9 +141,7 @@ ...mapState(['user']), param () { - return { - - } + return this.search } },