保誠-保戶業務員媒合平台
Tomas
2022-04-27 efe605b99287617f9ff53e449c2e23949d2c9913
fix#138195: 客戶接收到簡訊後,由以下連結重新預約,產生錯誤。
修改1個檔案
5 ■■■■ 已變更過的檔案
PAMapp/pages/recommendConsultant/index.vue 5 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/pages/recommendConsultant/index.vue
@@ -240,7 +240,10 @@
    //////////////////////////////////////////////////////////////////////
    mounted() {
      if (!!this.recommendConsultantItem) {
        this.strictQueryDto = JSON.parse(this.recommendConsultantItem);
        this.strictQueryDto = {
          ...this.strictQueryDto,
          ...JSON.parse(this.recommendConsultantItem)
        };
      }
    }