clean and on track

This commit is contained in:
2021-04-16 23:43:52 +00:00
parent 1abc9b3cd1
commit 29d707d9df
3 changed files with 7 additions and 27 deletions

View File

@@ -87,7 +87,6 @@
"
></gz-decimal>
</v-col>
<!-- {{ value.items[activeWoItemIndex].scheduledUsers[activeItemIndex] }} -->
</template>
</div>
</template>

View File

@@ -149,19 +149,8 @@ export default {
default: null,
type: Object
}
// , resetSelections: {
// default: false,
// type: Boolean
// }
},
// watch: {
// resetSelections: function(newValue, oldValue) {
// if (newValue != oldValue) {
// // this.activeItemIndex = null;
// // this.selectedRow = [];
// }
// }
// },
methods: {
newItem() {
let newIndex = this.value.items.length;