From e0a6a9d5402bc8d788ce4d06a15b2d5fc4b2c744 Mon Sep 17 00:00:00 2001 From: Wahyu Ramadhan Date: Mon, 7 Aug 2023 13:46:41 +0700 Subject: [PATCH] Refresh after batch update --- edit-mode/function/function.js | 1 + 1 file changed, 1 insertion(+) diff --git a/edit-mode/function/function.js b/edit-mode/function/function.js index e60d975..2126873 100644 --- a/edit-mode/function/function.js +++ b/edit-mode/function/function.js @@ -676,6 +676,7 @@ function batchUpdate(){ }).then(function (response) { $("body").removeClass("loading"); localStorage.setItem('batchEntity', ''); + refresData(); }).catch(function (error) { $("body").removeClass("loading")