src/pages/syslog/views/pollingLog.vue
@@ -131,6 +131,7 @@ show-checkbox check-on-click-node default-expand-all :default-checked-keys="selectedIDs" ></el-tree> <span slot="footer" class="dialog-footer"> @@ -178,6 +179,7 @@ procID: "", procName: "", pickNum: 0, selectedIDs: [], pickerOptions: { shortcuts: [ { @@ -237,6 +239,8 @@ }, confirmCamera() { const selectedIDs = this.$refs.cameraTree.getCheckedKeys(); this.selectedIDs = selectedIDs; console.log(selectedIDs); this.pickNum = selectedIDs.length; this.procID = selectedIDs.join(","); this.getScheduleLog();