shj
2022-05-16 4cc5b73a86a6c6195717c0ee18e2e82c3edb3042
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 = "";