fix:去除debugger
This commit is contained in:
parent
77c740164c
commit
5eb3fdf54a
|
|
@ -436,7 +436,6 @@ export default {
|
||||||
if (selectedRowIndex !== -1) {
|
if (selectedRowIndex !== -1) {
|
||||||
this.dialogForm.checkDetailsList.splice(selectedRowIndex, 1);
|
this.dialogForm.checkDetailsList.splice(selectedRowIndex, 1);
|
||||||
this.$refs.table.toggleRowSelection(scope.row, false);
|
this.$refs.table.toggleRowSelection(scope.row, false);
|
||||||
debugger;
|
|
||||||
if (str == "remark") {
|
if (str == "remark") {
|
||||||
this.$message.warning("请先输入备注再进行勾选操作");
|
this.$message.warning("请先输入备注再进行勾选操作");
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue