修正ts类型
This commit is contained in:
@@ -132,6 +132,7 @@ const queryParams = ref({
|
||||
pageSize: 10
|
||||
});
|
||||
const tabledata = ref([]);
|
||||
// 支付状态 0未缴纳 1已缴纳 2缴纳失败
|
||||
const getList = () => {
|
||||
billQuery({
|
||||
residentId: props.query.residentId,
|
||||
@@ -144,7 +145,6 @@ const getList = () => {
|
||||
};
|
||||
/** 多选框选中数据 */
|
||||
const handleSelectionChange = (selection: billlistType[]) => {
|
||||
// TODO: 获取选中的id
|
||||
ids.value = selection.map((item) => item.residentId);
|
||||
single.value = selection.length != 1;
|
||||
multiple.value = !selection.length;
|
||||
|
||||
Reference in New Issue
Block a user