Your Name
2022-05-23 c7a73739b5498101fc4ad0a2d8a065dcf4acd66c
src/views/delayHiddenDangerRectification/index.vue
@@ -431,7 +431,7 @@
        sendBath() {
            var selectData = this.$refs.dataTable.selection;
            if (selectData.length < 1) {
                this.$message({type: 'warn', message: "请选择需要发送的数据!", duration: 3000})
                this.$message({type: 'warning', message: "请选择需要发送的数据!", duration: 3000})
                return;
            }
            var selectIds = "";