This commit is contained in:
@@ -118,6 +118,7 @@ export default {
|
||||
}
|
||||
},
|
||||
open(dls) {
|
||||
this.errorObj = [];
|
||||
this.dataListSelection = dls;
|
||||
this.isVisible = true;
|
||||
return new Promise((resolve, reject) => {
|
||||
@@ -127,6 +128,7 @@ export default {
|
||||
},
|
||||
close(ret) {
|
||||
this.isVisible = false;
|
||||
this.errorObj = [];
|
||||
this.resolve(ret);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user