clean and on track
This commit is contained in:
@@ -87,7 +87,6 @@
|
||||
"
|
||||
></gz-decimal>
|
||||
</v-col>
|
||||
<!-- {{ value.items[activeWoItemIndex].scheduledUsers[activeItemIndex] }} -->
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user