Browse Source

fix:排序字段修改

ly 10 tháng trước cách đây
mục cha
commit
17e133a615
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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() {
+    queryParams.value.orderByColumn = 't2.name'
     exportOnceWork(queryParams.value);
+    queryParams.value.orderByColumn = 'create_time'
   }
 
   function getStatusStyle(row) {