提交 dc9eb9fb 编写于 作者: KK's avatar KK

列表操作项

上级 c35ccd0b
......@@ -398,6 +398,12 @@ export default class MDViewEngineBase extends ViewEngine {
if (this.view && this.view.quickGroupData) {
Object.assign(otherQueryParam,this.view.quickGroupData);
}
if (this.view && this.view.categoryValue) {
Object.assign(otherQueryParam,this.view.categoryValue);
}
if (this.view && this.view.sortValue) {
Object.assign(otherQueryParam,this.view.sortValue);
}
Object.assign(arg,{viewparams:otherQueryParam});
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册