@@ -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