This commit is contained in:
2021-04-06 15:26:35 +00:00
parent 454c815eaf
commit 9bc53f0fa5
2 changed files with 267 additions and 33 deletions

View File

@@ -100,6 +100,7 @@ export default {
addState() {
if (this.selectedStatus != null) {
this.value.states.push({
workOrderId: this.value.id,
workOrderStatusId: this.selectedStatus,
userId: window.$gz.store.state.userId,
created: window.$gz.locale.nowUTC8601String()