From cbd8e670ca32671c82066f953806ff5e4687125c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 12 Jan 2023 00:03:06 +0000 Subject: [PATCH] --- src/views/biz-license.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/biz-license.vue b/src/views/biz-license.vue index 2aa25d4..0f28b14 100644 --- a/src/views/biz-license.vue +++ b/src/views/biz-license.vue @@ -1255,11 +1255,11 @@ export default { this.obj.concurrency = undefined; this.obj.id = 0; this.obj.key = null; - this.obj.active=false; - this.obj.fetchedOn=null; - this.obj.fetchCode=null; - this.obj.created=window.$gz.locale.nowUTC8601String(); - this.obj.notificationSent=false; + this.obj.active = false; + this.obj.fetchedOn = null; + this.obj.fetchCode = null; + this.obj.created = window.$gz.locale.nowUTC8601String(); + this.obj.notificationSent = false; // this.obj.name = `${this.obj.name} - ${window.$gz.translation.get( // "Copy" // )}`; @@ -1485,7 +1485,7 @@ export default { }); } else { //PUT - vm.obj = res.data; + vm.obj = res.data; // vm.obj.concurrency = res.data.concurrency; // vm.obj.key=res.data.key; }