Commit 7ebd42d2 authored by 周宏民's avatar 周宏民

fix: 演示功能 添加排序字段

parent 32ecac97
Pipeline #85307 passed with stages
......@@ -236,7 +236,7 @@ const Demonstration = props => {
accountName: '项目案例配置表',
isAll: true,
sortFields: '顺序',
direction: 'desc',
direction: 'asc',
queryWheres: [
{
field: '演示案例',
......@@ -254,7 +254,7 @@ const Demonstration = props => {
ignoreSite: true,
accountName: '新产品配置',
isAll: true,
sortFields: '序',
sortFields: '序',
direction: 'asc',
queryWheres: [
{
......
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