Explorar el Código

fix:循环服务前端排序字段修改

ly hace 10 meses
padre
commit
7ae9c07799
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/business/service/loop/index.vue

+ 1 - 1
src/views/business/service/loop/index.vue

@@ -306,7 +306,7 @@
   const queryParams = ref({
     pageNum: 1,
     pageSize: 20,
-    orderByColumn: "create_time",
+    orderByColumn: "t1.create_time",
     year: proxy.moment().format("YYYY"),
     companyName: "",
     type: 1,