Browse Source

绑定项目按修改时间排序

dev
巴林闲侠 2 years ago
parent
commit
abb7391e13
  1. 2
      api/app/lib/controllers/project/index.js

2
api/app/lib/controllers/project/index.js

@ -106,7 +106,6 @@ async function pomsProject (ctx) {
async function projectAnxincloud (ctx) {
try {
const models = ctx.fs.dc.models;
const { clickHouse } = ctx.app.fs
const { includeDelete } = ctx.query
@ -125,7 +124,6 @@ async function projectAnxincloud (ctx) {
async function projectPManage (ctx) {
try {
const models = ctx.fs.dc.models;
const { clickHouse } = ctx.app.fs
const { includeDelete } = ctx.query

Loading…
Cancel
Save