refactor(index.vue): remove unused checkedIds and related comments

pull/350/head
YunaiV 2026-05-29 22:34:47 +08:00
parent 974527ed31
commit 05cf59b4bc
2 changed files with 0 additions and 6 deletions

View File

@ -31,10 +31,7 @@ const [FormModal, formModalApi] = useVbenModal({
const barcodeDetailRef = ref<InstanceType<typeof BarcodeDetail>>();
/** 已选条码 ID */
const checkedIds = ref<number[]>([]);
/** 处理勾选变化 */
function handleRowCheckboxChange({
records,
}: {

View File

@ -31,10 +31,7 @@ const [FormModal, formModalApi] = useVbenModal({
const barcodeDetailRef = ref<InstanceType<typeof BarcodeDetail>>();
/** 已选条码 ID */
const checkedIds = ref<number[]>([]);
/** 处理勾选变化 */
function handleRowCheckboxChange({
records,
}: {