保誠-保戶業務員媒合平台
Tomas
2021-11-06 049b725017ceb1e6355bd295e7a981c36026abd2
update: [預約諮詢表單] 移除沒有使用的 add 方法
修改1個檔案
5 ■■■■ 已變更過的檔案
PAMapp/pages/questionnaire/index.vue 5 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/pages/questionnaire/index.vue
@@ -186,11 +186,8 @@
                        const deviceIndex = this.connectDevices.findIndex((device) => device === selectDevice);
                        this.connectDevices.splice(deviceIndex, 1);
                        return;
                    }
                    }
                    this.connectDevices.push(selectDevice);
                }
                add():{
                }
    }