fix: default url not show
This commit is contained in:
parent
4d14dd22c3
commit
a7683c2640
2 changed files with 8 additions and 3 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue