This commit is contained in:
yanran200730
2022-01-12 16:40:48 +08:00
parent 7d8e50d5c8
commit 41e5b2665a

View File

@@ -34,7 +34,7 @@
:selectList="dictList"
@change="search.current = 1, getList()">
</ai-select>
<ai-download :instance="instance" url="/app/apphomesteadinfo/export" :params="param" fileName="宅基地管理模板" :disabled="tableData.length == 0">
<ai-download :instance="instance" url="/app/appepidemicbackhomerecord/export" :params="param" fileName="返乡登记" :disabled="tableData.length == 0">
<el-button icon="iconfont iconExported" :disabled="tableData.length == 0">导出</el-button>
</ai-download>
</template>
@@ -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
}
},