@@ -875,9 +875,9 @@ export default {
showSelectUser(index) {
switch (index) {
case 1:
- // this.getAddEmployee(() => {
- this.isShowUser = true;
- // });
+ this.getAddEmployee(() => {
+ this.isShowUser = true;
+ });
break;
case 2:
this.isShowUser2 = true;