This commit is contained in:
2020-08-04 21:58:27 +08:00
parent a7b47a6827
commit f913a2a0aa
91 changed files with 1671 additions and 965 deletions

View File

@@ -34,7 +34,8 @@ function _cell.show(go, data)
if content.success then
_cell.refreshContent(content.result)
end
end
end,
data.forceRefresh or false
)
end

View File

@@ -28,7 +28,8 @@ function _cell.show(go, data)
if content.success then
_cell.refreshContent(content.result)
end
end
end,
data.forceRefresh or false
)
end

View File

@@ -50,7 +50,8 @@ function _cell.show(go, data)
uiobjs.formRoot:setValue(mData)
end
end
end,
data.forceRefresh or false
)
end