fix
zhoucong
2022-05-16 070e6ce56f585eb26eabbb2ed17fef1e3e4026c5
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 = "";