Преглед на файлове

提交客户管家代码

Lijy преди 11 месеца
родител
ревизия
3be5da0811
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm/src/components/relatedProducts/relatedProducts.vue

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