mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
feat: 合并
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user