This commit is contained in:
2020-12-09 18:08:56 +00:00
parent b081f30b4a
commit 3f8bfc0365
9 changed files with 36 additions and 16 deletions

View File

@@ -52,7 +52,6 @@ export default {
}`;
},
open(dls) {
// console.log("OPEN", dls);
this.dataListSelection = dls;
this.isVisible = true;
return new Promise((resolve, reject) => {