fei.wang
2025-04-18 11f6acee504c77a8919a4e0ddfe3e70a746e3522
src/views/alarm/log.vue
@@ -253,11 +253,7 @@
          },
        })
          .then(({ value }) => {
            console.log(1222222222);
            // const params = { tagid: this.multipleSelection[0].tagid };
            delAlarmrecordAll(this.temp).then((response) => {
              console.log(response);
              this.temp.adminname = localStorage.getItem('username') || '';
              const params = { name:  this.temp.adminname, content: '删除了全部告警日志'};
            addSystemOperationLog(params).then(response => {