This commit is contained in:
@@ -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
|
//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.customTitle = this.localSettings.customTitle;
|
||||||
this.settings.wotags = this.localSettings.wotags;
|
this.settings.wotags = this.localSettings.wotags;
|
||||||
|
this.settings.wotagsany = this.localSettings.wotagsany;
|
||||||
this.settings.woitemtags = this.localSettings.woitemtags;
|
this.settings.woitemtags = this.localSettings.woitemtags;
|
||||||
|
this.settings.woitemtagsany = this.localSettings.woitemtagsany;
|
||||||
|
|
||||||
this.$emit("dash-change"); //trigger save to server
|
this.$emit("dash-change"); //trigger save to server
|
||||||
this.context = false;
|
this.context = false;
|
||||||
@@ -165,7 +167,9 @@ export default {
|
|||||||
KPIName: "WorkOrderOverdueAllList",
|
KPIName: "WorkOrderOverdueAllList",
|
||||||
criteria: {
|
criteria: {
|
||||||
wotags: this.settings.wotags,
|
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()
|
clientTimeStamp: window.$gz.locale.clientLocalZoneTimeStamp()
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user