|
|
@ -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)
|
|
|
|