|
|
@@ -631,7 +631,7 @@ |
|
|
|
this.eqLog = menu.findIndex(item=>item.name=='设备日志'); |
|
|
|
this.status = options.status; |
|
|
|
this.customerId = options.customerId; |
|
|
|
this.KeyWordsfraction = options.wordFraction||0; |
|
|
|
this.KeyWordsfraction = options.wordFraction=='undefined'?0:options.wordFraction; |
|
|
|
this.itemobj = uni.getStorageSync('searchobj'); |
|
|
|
console.log(this.itemobj) |
|
|
|
this.stateisshow = options.stateisshow; |
|
|
@@ -1620,7 +1620,7 @@ |
|
|
|
changanxiaoguo(item, index, i) { |
|
|
|
this.messagelisy = []; |
|
|
|
this.changanitem = {}; |
|
|
|
this.duihuawenjianid = "", |
|
|
|
this.duihuawenjianid = ""; |
|
|
|
this.cancelBeast() |
|
|
|
this.changanitem = item; |
|
|
|
this.duihuawenjianid = this.luyinList[this.csdFileindex].id; |
|
|
|