fix:修改页面 添加 计划添加页面
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
visible.value = false;
|
||||
};
|
||||
const toggle = async (data) => {
|
||||
console.log(data, 'xxxxxx');
|
||||
let states = await getEnum({ params: { enumType: 'AlarmLogStateEnum' } });
|
||||
stateOptions.value = states.data;
|
||||
let stateMap = {
|
||||
|
Reference in New Issue
Block a user