refactor(index.vue): remove unused checkedIds and related comments
This commit is contained in:
@@ -31,10 +31,7 @@ const [FormModal, formModalApi] = useVbenModal({
|
||||
|
||||
const barcodeDetailRef = ref<InstanceType<typeof BarcodeDetail>>();
|
||||
|
||||
/** 已选条码 ID */
|
||||
const checkedIds = ref<number[]>([]);
|
||||
|
||||
/** 处理勾选变化 */
|
||||
function handleRowCheckboxChange({
|
||||
records,
|
||||
}: {
|
||||
|
||||
@@ -31,10 +31,7 @@ const [FormModal, formModalApi] = useVbenModal({
|
||||
|
||||
const barcodeDetailRef = ref<InstanceType<typeof BarcodeDetail>>();
|
||||
|
||||
/** 已选条码 ID */
|
||||
const checkedIds = ref<number[]>([]);
|
||||
|
||||
/** 处理勾选变化 */
|
||||
function handleRowCheckboxChange({
|
||||
records,
|
||||
}: {
|
||||
|
||||
Reference in New Issue
Block a user