zhangzengfei
2022-07-20 4a800a8fc83c6bd1f86a8e847b079a51a7532c09
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();