mm
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -50,7 +50,8 @@ function _cell.show(go, data)
|
||||
|
||||
uiobjs.formRoot:setValue(mData)
|
||||
end
|
||||
end
|
||||
end,
|
||||
data.forceRefresh or false
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user