Lijy 11 місяців тому
батько
коміт
3be5da0811

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm/src/components/relatedProducts/relatedProducts.vue

@@ -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([{}])