This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user