This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<v-form ref="form">
|
<v-form ref="form">
|
||||||
<v-row>
|
<v-row>
|
||||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||||
{{ obj }}
|
<!-- {{ obj }} -->
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
<v-select
|
<v-select
|
||||||
v-model="obj.eventType"
|
v-model="obj.eventType"
|
||||||
@@ -349,10 +349,13 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
showAttachReportId() {
|
showAttachReportId() {
|
||||||
return true;
|
//TODO: Many others as well, but for now until those objects exist
|
||||||
|
return this.obj.eventType != 27; //general notification has no tags
|
||||||
|
|
||||||
|
//return true;
|
||||||
},
|
},
|
||||||
showTags() {
|
showTags() {
|
||||||
return true;
|
return this.obj.eventType != 27; //general notification has no tags
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user