This commit is contained in:
2021-04-09 22:40:07 +00:00
parent a4d1e93a81
commit 457c6dfe1c
2 changed files with 12 additions and 2 deletions

View File

@@ -90,6 +90,12 @@
////////////////////////////////////////////////////////////////////////////////////////////////////////////
export default {
created() {
if (this.value.items[this.activeWoItemIndex].scheduledUsers.length == 1) {
this.selectedRow = [{ index: 0 }];
this.activeItemIndex = 0;
}
},
data() {
return {
activeItemIndex: null,