Fix in webmodel
This commit is contained in:
parent
b0efd48866
commit
2a68f1dc32
1 changed files with 6 additions and 0 deletions
|
|
@ -1234,6 +1234,12 @@ class WebModel:
|
|||
"""
|
||||
|
||||
return arr_error
|
||||
|
||||
def safe_query(self):
|
||||
|
||||
self.create_forms()
|
||||
self.reset_require()
|
||||
|
||||
|
||||
def close(self):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue