@@ -282,7 +282,8 @@ export default {
this.$store.dispatch('admin/queryLogData', {
deviceId: row.id,
deviceCode: row.deviceCode,
- opType: 'MODIFIED'
+ opType: 'MODIFIED',
+ status: 'NORMAL'
}).then(() => {
this.gridData = this.$store.getters.logData
this.gridTile = '维护信息'