add:配置设备告警对接接口 对接告警配置 里面的数据来源 设备节点
This commit is contained in:
@@ -41,7 +41,7 @@ const tableKeyMap = [
|
||||
},
|
||||
];
|
||||
const mockData = ref(data.listData);
|
||||
export const notificationtableConfig = (el) => {
|
||||
export const notificationtableConfig = (notificationManagements: any) => {
|
||||
return {
|
||||
title: '告警规则',
|
||||
// api: '/carbon_emission/device/getDeviceList',
|
||||
@@ -57,7 +57,7 @@ export const notificationtableConfig = (el) => {
|
||||
name: 'FeedBackDetail',
|
||||
dynamicParams: ['uuid', 'appealType'],
|
||||
handle: (data: any) => {
|
||||
console.log(data, '联系方式');
|
||||
notificationManagements.value.toggle(data);
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user