Sfoglia il codice sorgente

fix:排序字段修改

ly 10 mesi fa
parent
commit
17e133a615
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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) {