|
|
@@ -278,7 +278,9 @@
|
|
|
this.device_model = 14;
|
|
|
}else if(name === 'gkcbd1'){
|
|
|
this.device_model = 15;
|
|
|
- } else {
|
|
|
+ } else if(name === 'zhiCbd'){
|
|
|
+ this.device_model = 16;
|
|
|
+ }else {
|
|
|
this.device_model = item.device_model || '';
|
|
|
}
|
|
|
this.page = 1;
|
|
|
@@ -661,8 +663,10 @@
|
|
|
},
|
|
|
onLoad() {
|
|
|
const that = this;
|
|
|
- uni.$on('purId', (purId) => {
|
|
|
- that.pur_id = purId;
|
|
|
+ uni.$on('purId', (item) => {
|
|
|
+ that.pur_id = item.purId;
|
|
|
+ that.menu = item.menu;
|
|
|
+ that.device_model = item.device_model;
|
|
|
});
|
|
|
uni.$on('refreshData', (refreshData) => {
|
|
|
this.eqlist();
|