diff --git a/components/Bought.vue b/components/Bought.vue index 8dbb38f..1c48dd8 100644 --- a/components/Bought.vue +++ b/components/Bought.vue @@ -140,7 +140,7 @@ async function awaitItemsb() { async function openEval(id: number) { - dialog.open(Upditemext, {data: {id: id}}); + dialog.open(Upditemext, {data: {id: id, isupdate: false}}); } async function openFrontview(iid: number) { diff --git a/components/Evaluated.vue b/components/Evaluated.vue index 8dc706e..c03651f 100644 --- a/components/Evaluated.vue +++ b/components/Evaluated.vue @@ -4,7 +4,7 @@