fix:修改字段 对接设备告警
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import { gatewayAlarmApi } from '/@/api/alarmManagement/gatewayAlarm';
|
||||
import { ref } from 'vue';
|
||||
|
||||
const orgId = ref('');
|
||||
const result = JSON.parse(sessionStorage.getItem('ORGID')!);
|
||||
orgId.value = result;
|
||||
const tableKeyMap = [
|
||||
{
|
||||
title: '序号',
|
||||
@@ -139,6 +144,7 @@ export const notificationtableConfig = (look: any, status: any) => {
|
||||
},
|
||||
],
|
||||
},
|
||||
params: { orgId: orgId.value },
|
||||
// pagination: { pageSizeOptions: false },
|
||||
rowKey: 'id',
|
||||
};
|
||||
|
Reference in New Issue
Block a user