Explorar el Código

Merge branch 'zhaoj'

ZhaoJing hace 2 años
padre
commit
94f785532f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/pages/xdhq/sbbx/bxlb.vue

+ 2 - 0
src/pages/xdhq/sbbx/bxlb.vue

@@ -153,6 +153,8 @@ function queryApi() {
       limit: limit.value,
       page: currentPage.value,
       cs_pid: 837,
+      sort_field:'cs_id',
+      sort_type:'DESC',
     }
   }).then((response: { data: { total_rows: string, page_data: TYPE_TABLE_FIELD[] } }) => {
     const { data } = response