fix:去除debugger
This commit is contained in:
parent
77c740164c
commit
5eb3fdf54a
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue