fix
This commit is contained in:
@@ -241,8 +241,8 @@ const save = async () => {
|
||||
list_two_title: defaultItem.value.list_two_title,
|
||||
price: defaultItem.value.price,
|
||||
currency: currencySign.value,
|
||||
excel:'', //ecelData,
|
||||
image:''//imageBase64.value
|
||||
excel:'',//ecelData,
|
||||
image:imageBase64.value
|
||||
})
|
||||
|
||||
}
|
||||
@@ -299,8 +299,8 @@ const update = async () => {
|
||||
list_two_title: editedItem.value.list_two_title,
|
||||
price: editedItem.value.price,
|
||||
currency: currencySign.value,
|
||||
excel:'', //ecelData,
|
||||
image:''//imageBase64.value
|
||||
excel:'',//ecelData,
|
||||
image:imageBase64.value
|
||||
})
|
||||
|
||||
}
|
||||
@@ -393,7 +393,7 @@ onMounted(() => {
|
||||
outlined
|
||||
/>
|
||||
</VCol>
|
||||
</VRow>
|
||||
</VRow>
|
||||
</VCardText>
|
||||
<VDataTable
|
||||
:headers="headers"
|
||||
|
Reference in New Issue
Block a user