@vgroup/dialbox 0.4.49 → 0.4.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1969,11 +1969,16 @@ class CallProgressComponent {
|
|
|
1969
1969
|
if (incomingCall?.participantId) {
|
|
1970
1970
|
this.getUserInformation(incomingCall?.participantId);
|
|
1971
1971
|
}
|
|
1972
|
+
else {
|
|
1973
|
+
this.selectedUserInfo = {};
|
|
1974
|
+
this.isClickExpand = false;
|
|
1975
|
+
}
|
|
1972
1976
|
}
|
|
1973
1977
|
}
|
|
1974
1978
|
else {
|
|
1975
1979
|
let resIndex = this.currentCallList.findIndex((item) => !!item?.businessNumber);
|
|
1976
1980
|
if (resIndex > -1) {
|
|
1981
|
+
this.isClickExpand = true;
|
|
1977
1982
|
this.currentCallList[resIndex].IsUserInfoShow = true;
|
|
1978
1983
|
this.getUserInformation(this.currentCallList[resIndex].participantId);
|
|
1979
1984
|
}
|