|
@@ -179,10 +179,9 @@
|
|
|
"companyCode": this.companyCode,
|
|
|
"type": this.type,
|
|
|
"processingStatus": val
|
|
|
- }, 0);
|
|
|
+ }, this.TabCur);
|
|
|
|
|
|
}
|
|
|
-
|
|
|
},
|
|
|
computed: {
|
|
|
|
|
@@ -244,7 +243,6 @@
|
|
|
},
|
|
|
|
|
|
async getProcessData(ming = {}, whichTab) {
|
|
|
-
|
|
|
const res = await this.$myRequest({
|
|
|
url: 'IntegratedAlarm/getElectricAlarmUntreated',
|
|
|
data: ming,
|
|
@@ -258,13 +256,12 @@
|
|
|
} else {
|
|
|
|
|
|
this.porcessedList = res.data.data;
|
|
|
- console.log(this.porcessedList)
|
|
|
this.alarmUntreatedCount1 = parseInt(res.data.alarmUntreatedCount)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
- // console.log(res.data)
|
|
|
+ console.log(this.porcessedList)
|
|
|
},
|
|
|
|
|
|
tabSelect(e) {
|