@@ -64,7 +64,7 @@ import { ref, reactive, onMounted, inject, watchEffect } from "vue";
const props = defineProps<{
productTableList: any,
height?: string,
- productTableListValue: any
+ productTableListValue?: any
}>()
const productTable: any = ref([{}])