feat:增加项目排行榜,项目积分榜单接口获取数据

This commit is contained in:
lixg
2022-11-06 19:23:44 +08:00
parent 3461fd3e98
commit 58652aa012
7 changed files with 628 additions and 450 deletions

View File

@@ -156,7 +156,7 @@ export default {
});
const formRef = ref();
const state = reactive({
routerId: storage.get("routerId") ? storage.get("routerId") : null,
routerId: storage.get("routerId") ?JSON.parse(storage.get("routerId")) : null,
})
let checkWorkName = async (_rule, value) => {