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

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

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