This commit is contained in:
fooperage
2023-02-12 20:15:46 +08:00
parent dfc8d8fb72
commit 58238b986a
6 changed files with 184 additions and 153 deletions

View File

@@ -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)