fix: default url not show

This commit is contained in:
Methapon2001 2024-08-15 11:02:01 +07:00
parent 4d14dd22c3
commit a7683c2640
2 changed files with 8 additions and 3 deletions

View file

@ -2498,6 +2498,7 @@ const emptyCreateDialog = ref(false);
v-model:dialog-state="customerFormState.imageDialog"
v-model:file="customerFormData.image"
v-model:image-url="customerFormState.customerImageUrl"
:default-url="customerFormState.defaultCustomerImageUrl"
clear-button
@save="
async (v) => {