WXL (wul)
15 小时以前 d93ed5c5aadcf3d49f824339c26ebfac911be06d
src/views/followvisit/record/detailpage/index.vue
@@ -1032,7 +1032,7 @@
        width="60%"
      >
        <CallCenterLs
          ref="callCenterModal"
          ref="CallCenterLs"
          :initial-phone="currentPhoneNumber"
        />
      </el-dialog>
@@ -1153,6 +1153,9 @@
      isEndingCall: false,
      CaldialogVisible: false,
      currentCall: null, // 当前通话对象
      // 路由监听相关
      routeWatcher: null,
      lastRoutePath: this.$route.path,
      input: "今天身体还不错",
      radio: "2",
      taskname: "",
@@ -1377,6 +1380,8 @@
      patid: null,
    };
  },
  computed: {
    callStatusText() {
      const statusMap = {
@@ -2356,6 +2361,11 @@
  // },
  beforeRouteLeave(to, from, next) {
    this.$refs.callButton.cleanupResources();
    if (this.$refs.CallCenterLs) {
      console.log(1);
      this.$refs.CallCenterLs.handleSeatLogout();
    }
    next(); // 确保调用 nex
  },
  // beforeRouteUpdate() {
@@ -2550,7 +2560,7 @@
.CONTENT {
  padding: 10px;
  height: 100%;
  min-height: 660px; /* 设置最小高度 */
  min-height: 738px; /* 设置最小高度 */
  .title {
    font-size: 22px;
@@ -2565,7 +2575,7 @@
  padding: 30px;
  border: 1px solid #dcdfe6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
  max-height: 580px; /* 设置最大高度 */
  max-height: 618px; /* 设置最大高度 */
  overflow-y: auto; /* 内容超过高度时显示滚动条 */
  .topic-dev {