Commit a456e8d7 by Joey

feat(@gms/gms-plugin-billexpand): 查看按钮支持上张下张

parent 0d859d9a
...@@ -7,6 +7,12 @@ export default { ...@@ -7,6 +7,12 @@ export default {
context.dom.$Message.info("请配置跳转页面的参数"); context.dom.$Message.info("请配置跳转页面的参数");
return; return;
} }
GMS.queryObject = {//上张下张用
currentDataQueryConditionSet: context.currentDataQueryConditionSet,
index: context.selects[0]._index,
templateName: context.selects[0][param.viewName],
isReadOnly: true,
}
if ( if (
window.osConfig.appOpenMode && window.osConfig.appOpenMode &&
window.osConfig.appOpenMode == "apploader" window.osConfig.appOpenMode == "apploader"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment