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