This commit is contained in:
@@ -271,6 +271,12 @@ export default {
|
||||
this.activeItemIndex = item.index;
|
||||
this.selectedRow = [{ index: item.index }];
|
||||
},
|
||||
handleEditItemStatusClick: function() {
|
||||
window.$gz.eventBus.$emit("openobject", {
|
||||
type: window.$gz.type.WorkOrderItemStatus,
|
||||
id: this.value.items[activeItemIndex].workorderItemStatusId
|
||||
});
|
||||
},
|
||||
form() {
|
||||
return window.$gz.form;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user