Commit e4083278 by 潘建波

修改事件无法展示问题

1 parent b5f1a8e4
{"commit":"f25c960da3c22d3c221e8aea91f7d7a900b0205d","commitDate":"2021-5-31 14:0","buildDate":"2021-6-16 11:9","version":"2.1.0","info":"合并修改"}
\ No newline at end of file
{"commit":"b5f1a8e472f6d9fba2d1cf72417bc01b537bd6f8","commitDate":"2021-6-16 18:7","buildDate":"2021-6-29 10:20","version":"2.1.0","info":"【BUG】flv播放黑屏问题解决 【BUG】新增预置位Chrome不能设置预置位编号"}
\ No newline at end of file
......@@ -85,6 +85,7 @@ class Codes {
}
//安防
behavior() {
debugger
if (this.allData.event_type === "32") {
this.result.number = this.allData.event_data.number;
} else {
......
......@@ -180,10 +180,10 @@ export default {
//存储配置列表
this.storeConfList();
//code列表
// this.getCatesList();
// this.getCodeList();
// this.getCustomCode();
// this.getEventList();
this.getCatesList();
this.getCodeList();
this.getCustomCode();
this.getEventList();
this.getDev();
this.getMenu(res.user_unid);
},
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!