|
|
@@ -283,8 +283,8 @@
|
|
|
sendId: data.id,
|
|
|
contactName: data.contactName
|
|
|
});
|
|
|
- this.$refs.inventoryTableref &&
|
|
|
- this.$refs.inventoryTableref.putTableValue(data.productList);
|
|
|
+ // this.$refs.inventoryTableref &&
|
|
|
+ // this.$refs.inventoryTableref.putTableValue(data.productList);
|
|
|
});
|
|
|
}
|
|
|
},
|