feat: 合并

This commit is contained in:
王熙东
2022-11-04 16:15:22 +08:00
parent 9693d52b32
commit ce733050d9

View File

@@ -887,7 +887,7 @@ export default {
let obj = {
name: state.value1,
remark: state.value2,
routerId: 0,
routerId: state.routerId,
};
api
.editChapter(obj)
@@ -965,7 +965,7 @@ export default {
});
};
const getDetail = (index) => {
GetRouterDetail(92)
GetRouterDetail(state.routerId)
.then((res) => {
state.level = res.data.data.chapterList;
console.log(state.level);