Added update and delete functionality to article with cascade for variants.
This commit is contained in:
@@ -12,9 +12,8 @@
|
||||
|
||||
watch(dialog, async (oldDialog) => {
|
||||
if (oldDialog) {
|
||||
console.log("Get articles");
|
||||
articles.value = await loadArticles();
|
||||
console.log("Got articles");
|
||||
selectedArticle.value = null;
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user