Added update and delete functionality to article with cascade for variants.
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
|
||||
let edit: Ref<boolean> = ref<boolean>(false);
|
||||
|
||||
JSON.parse(JSON.stringify(props.variant.weight))
|
||||
let weight: Ref<string | null> = ref<string | null>(JSON.parse(JSON.stringify(props.variant.weight)));
|
||||
let ean: Ref<string | null> = ref<string | null>(JSON.parse(JSON.stringify(props.variant.ean)));
|
||||
let name: Ref<string | null> = ref<string | null>(JSON.parse(JSON.stringify(props.variant.name)));
|
||||
|
||||
Reference in New Issue
Block a user