From f69078cf7510033dbd64a99121fc6ef2485e7617 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 27 Dec 2022 22:42:42 +0000 Subject: [PATCH] --- src/views/adm-global-settings.vue | 2 +- src/views/cust-customer.vue | 37 +++++++++++++++++++++++++++++-- 2 files changed, 36 insertions(+), 3 deletions(-) diff --git a/src/views/adm-global-settings.vue b/src/views/adm-global-settings.vue index 33ebb5a..a2a3454 100644 --- a/src/views/adm-global-settings.vue +++ b/src/views/adm-global-settings.vue @@ -602,7 +602,7 @@ export default { return; } } - + window.$gz.erasingDatabase = true; //suspend notify polling await window.$gz.api.upsert(API_BASE_URL + "import-rockfish"); diff --git a/src/views/cust-customer.vue b/src/views/cust-customer.vue index bf03348..f527437 100644 --- a/src/views/cust-customer.vue +++ b/src/views/cust-customer.vue @@ -24,6 +24,24 @@ @input="fieldValueChanged('name')" > + + + - + + +