|
@@ -1308,7 +1308,7 @@ export default {
|
|
|
this.groupWorktimeList.right = []
|
|
|
this.getGroupWorktimeList()
|
|
|
}else{
|
|
|
- this.getList();
|
|
|
+ this.getList(true);
|
|
|
}
|
|
|
},
|
|
|
|
|
@@ -1334,10 +1334,10 @@ export default {
|
|
|
this.groupWorktimeList.left = []
|
|
|
this.getGroupWorktimeAll()
|
|
|
},
|
|
|
- getList() {
|
|
|
+ getList(e) {
|
|
|
if(this.ins == 15) {
|
|
|
this.rangeDatas = null
|
|
|
- } else {
|
|
|
+ } else if(!e){
|
|
|
this.rangeDatas = this.getCurrentRangeTime()
|
|
|
}
|
|
|
if (this.ins == 0) {
|