CRM_26-03-31#story#8372,服务商KPI看板设置埋点及支持数据导出需求--中心组(log)
This commit is contained in:
@@ -352,8 +352,13 @@ export default {
|
||||
await this.getUserInfo();
|
||||
this.enterTime = dayjs().format('YYYY-MM-DD HH:mm:ss');
|
||||
},
|
||||
beforeMount() {
|
||||
console.log('beforeMount')
|
||||
},
|
||||
beforeDestroy() {
|
||||
console.log('beforeDestroy')
|
||||
if( this.source == 'App' ) {
|
||||
console.log('beforeDestroy---AAAA')
|
||||
this.setLogHandler({
|
||||
supplierId: this.currentSupplierId, // 服务商 id
|
||||
userId: this.userId, // userId
|
||||
|
||||
Reference in New Issue
Block a user