mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
..
This commit is contained in:
@@ -2196,7 +2196,7 @@ export default {
|
||||
});
|
||||
};
|
||||
const reget = () => {
|
||||
GetRouterDetail(state.routerId, "N").then((res) => {
|
||||
GetRouterDetail(state.routerId).then((res) => {
|
||||
console.log("获取路径图详情", res);
|
||||
console.log(
|
||||
!!res.data.data?.chapterList.some(({ taskList }) => taskList.length)
|
||||
|
||||
Reference in New Issue
Block a user