Parcourir la source

提交客户管家代码

Lijy il y a 11 mois
Parent
commit
b29e7fd233

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

@@ -118,7 +118,7 @@ function returnData() {
     if (jsonstr == json) {
         return false
     }
-    productTable.value.forEach(item => {
+    productTable.value.forEach((item: any) => {
         delete item.index
     });
     return productTable.value