diff --git a/src/pages/Customer/Card/CustomerDescriptorMenu.vue b/src/pages/Customer/Card/CustomerDescriptorMenu.vue index 89b10a4fe..178bba7db 100644 --- a/src/pages/Customer/Card/CustomerDescriptorMenu.vue +++ b/src/pages/Customer/Card/CustomerDescriptorMenu.vue @@ -28,7 +28,7 @@ const showSmsDialog = () => { quasar.dialog({ component: VnSmsDialog, componentProps: { - phone: $props.customer.phone || $props.customer.mobile, + phone: $props.customer.mobile || $props.customer.phone, promise: sendSms, }, });