|
@@ -1336,7 +1336,7 @@ export default {
|
|
|
this.groupWorktimeList.right = []
|
|
|
this.getGroupWorktimeList()
|
|
|
}else{
|
|
|
- this.getList();
|
|
|
+ this.getList(true);
|
|
|
}
|
|
|
},
|
|
|
groupSizeChange(val){
|
|
@@ -2293,7 +2293,7 @@ export default {
|
|
|
}
|
|
|
if(this.ins == 12){
|
|
|
this.proJuctId = ''
|
|
|
- this.getList()
|
|
|
+ this.getList(true)
|
|
|
}
|
|
|
if(this.ins == 15) {
|
|
|
this.getDepartmentsInvolved()
|