This commit is contained in:
2020-12-09 17:52:05 +00:00
parent 91ddef7a29
commit b081f30b4a
3 changed files with 15 additions and 7 deletions

View File

@@ -53,7 +53,6 @@ export default {
},
open(dls) {
// console.log("OPEN", dls);
// this.$on("ext-close-refresh", this.close({ refresh: true }));
this.dataListSelection = dls;
this.isVisible = true;
return new Promise((resolve, reject) => {
@@ -62,7 +61,6 @@ export default {
});
},
close(ret) {
//this.$off("ext-close-refresh");
this.isVisible = false;
this.resolve(ret);
}