Browse Source

fix:排序字段修改

ly 10 months ago
parent
commit
17e133a615
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/business/production/onceWork/index.vue

+ 2 - 0
src/views/business/production/onceWork/index.vue

@@ -429,7 +429,9 @@
 
 
   /** 导出按钮操作 */
   /** 导出按钮操作 */
   function handleExport() {
   function handleExport() {
+    queryParams.value.orderByColumn = 't2.name'
     exportOnceWork(queryParams.value);
     exportOnceWork(queryParams.value);
+    queryParams.value.orderByColumn = 'create_time'
   }
   }
 
 
   function getStatusStyle(row) {
   function getStatusStyle(row) {