This commit is contained in:
@@ -121,6 +121,7 @@
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-autocomplete
|
||||
v-model="value.items[activeItemIndex].workorderItemStatusId"
|
||||
@input="fieldValueChanged('workorderItemStatusId')"
|
||||
:items="pvm.selectLists.woItemStatus"
|
||||
item-text="name"
|
||||
item-value="id"
|
||||
@@ -274,7 +275,7 @@ export default {
|
||||
handleEditItemStatusClick: function() {
|
||||
window.$gz.eventBus.$emit("openobject", {
|
||||
type: window.$gz.type.WorkOrderItemStatus,
|
||||
id: this.value.items[activeItemIndex].workorderItemStatusId
|
||||
id: this.value.items[this.activeItemIndex].workorderItemStatusId
|
||||
});
|
||||
},
|
||||
form() {
|
||||
|
||||
Reference in New Issue
Block a user