|
|
@@ -782,13 +782,13 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
onLoad(options) { |
|
|
|
this.addLookingCount() |
|
|
|
this.LOADING = true |
|
|
|
let menu = uni.getStorageSync('weapp_session_Menu_data'); |
|
|
|
this.eqLog = menu.findIndex(item => item.name == '设备日志'); |
|
|
|
this.status = options.status; |
|
|
|
this.customerId = options.customerId; |
|
|
|
this.visitParams.id = options.customerId; |
|
|
|
this.addLookingCount(options.customerId) |
|
|
|
this.KeyWordsfraction = options.wordFraction == 'undefined' ? 0 : options.wordFraction; |
|
|
|
this.itemobj = uni.getStorageSync('searchobj'); |
|
|
|
this.stateisshow = options.stateisshow; |
|
|
|