9/11 药品优化

20240912_adapter_z
wangwei 10 months ago
parent d7abef3c81
commit 8637405823

@ -901,7 +901,9 @@ export default {
if (this.newProductData.uuid != null) { if (this.newProductData.uuid != null) {
let query = { let query = {
uuid: this.newProductData.uuid, uuid: this.newProductData.uuid,
id: this.newProductData.id id: this.newProductData.id,
nameCode:this.newProductData.nameCode,
productType:this.newProductData.productType,
} }
this.loading = true this.loading = true
filterByUuid(query) filterByUuid(query)

Loading…
Cancel
Save