修复编辑取消问题
This commit is contained in:
@@ -144,6 +144,7 @@ export default {
|
||||
});
|
||||
$(".js-cancel").click(function () {
|
||||
$this.disableTableInfo();
|
||||
$this.getTableInfo();
|
||||
$this.renderTableInfo();
|
||||
});
|
||||
$("#addCancel").click(function () {
|
||||
@@ -197,7 +198,7 @@ export default {
|
||||
this.items.splice(i, 1);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user