fix Cr notes

This commit is contained in:
Rodrigo Quelca
2021-08-27 19:15:18 +00:00
parent 5ae61fbaf3
commit c2e19cf457
4 changed files with 12 additions and 8 deletions

View File

@@ -491,7 +491,6 @@ export default {
* @param {object} item
*/
openCase(item) {
debugger;
this.$emit("onUpdateDataCase", {
APP_UID: item.APP_UID,
DEL_INDEX: item.DEL_INDEX,
@@ -558,7 +557,6 @@ export default {
* @param {object} data
*/
updateDataEllipsis(data) {
debugger;
let that = this;
this.showEllipsis = !this.showEllipsis;
if (this.showEllipsis) {