Browse Source

Refresh after batch update

pull/1/head
Wahyu Ramadhan 1 year ago
parent
commit
e0a6a9d540
  1. 1
      edit-mode/function/function.js

1
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")

Loading…
Cancel
Save