diff --git a/ayanova/src/components/dash-workorder-overdue-all-list.vue b/ayanova/src/components/dash-workorder-overdue-all-list.vue index ae43dae8..4a6995ee 100644 --- a/ayanova/src/components/dash-workorder-overdue-all-list.vue +++ b/ayanova/src/components/dash-workorder-overdue-all-list.vue @@ -151,7 +151,9 @@ export default { //copy settings from local to parent settings, need to do it this way or get error about mutating prop directly which is vexing and has no easy solution seemingly this.settings.customTitle = this.localSettings.customTitle; this.settings.wotags = this.localSettings.wotags; + this.settings.wotagsany = this.localSettings.wotagsany; this.settings.woitemtags = this.localSettings.woitemtags; + this.settings.woitemtagsany = this.localSettings.woitemtagsany; this.$emit("dash-change"); //trigger save to server this.context = false; @@ -165,7 +167,9 @@ export default { KPIName: "WorkOrderOverdueAllList", criteria: { wotags: this.settings.wotags, - woitemtags: this.settings.woitemtags + wotagsany: this.settings.wotagsany, + woitemtags: this.settings.woitemtags, + woitemtagsany: this.settings.woitemtagsany }, clientTimeStamp: window.$gz.locale.clientLocalZoneTimeStamp() });