This commit is contained in:
2022-03-02 19:16:27 +00:00
parent ed31e18821
commit ce8a3ac39c

View File

@@ -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()
});