mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
feat: 合并
This commit is contained in:
@@ -887,7 +887,7 @@ export default {
|
|||||||
let obj = {
|
let obj = {
|
||||||
name: state.value1,
|
name: state.value1,
|
||||||
remark: state.value2,
|
remark: state.value2,
|
||||||
routerId: 0,
|
routerId: state.routerId,
|
||||||
};
|
};
|
||||||
api
|
api
|
||||||
.editChapter(obj)
|
.editChapter(obj)
|
||||||
@@ -965,7 +965,7 @@ export default {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
const getDetail = (index) => {
|
const getDetail = (index) => {
|
||||||
GetRouterDetail(92)
|
GetRouterDetail(state.routerId)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
state.level = res.data.data.chapterList;
|
state.level = res.data.data.chapterList;
|
||||||
console.log(state.level);
|
console.log(state.level);
|
||||||
|
|||||||
Reference in New Issue
Block a user