fix:去除debugger

This commit is contained in:
jackal 2024-04-12 17:11:36 +08:00
parent 77c740164c
commit 5eb3fdf54a
1 changed files with 0 additions and 1 deletions

View File

@ -436,7 +436,6 @@ export default {
if (selectedRowIndex !== -1) {
this.dialogForm.checkDetailsList.splice(selectedRowIndex, 1);
this.$refs.table.toggleRowSelection(scope.row, false);
debugger;
if (str == "remark") {
this.$message.warning("请先输入备注再进行勾选操作");
} else {