mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
feat:增加项目排行榜,项目积分榜单接口获取数据
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user