panzy
2022-05-14 ca7ec9812212102eb6a85a84a0bb5c13c3a14bd6
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 = "";