Commit 747fe5d7 by aagusti

perbaikan query_register

1 parent f0a77749
...@@ -156,7 +156,9 @@ class BaseView(object): ...@@ -156,7 +156,9 @@ class BaseView(object):
self.action_suffix = "/grid/act" self.action_suffix = "/grid/act"
self.upload_keys = ["kode"] self.upload_keys = ["kode"]
self.report_file = "" self.report_file = ""
self.query_register = ""
def query_register(self, **kwargs):
pass
def delete_msg(self, row): def delete_msg(self, row):
return f'Data ID {row.id} sudah dihapus.' return f'Data ID {row.id} sudah dihapus.'
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!