mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
合并
This commit is contained in:
@@ -1786,7 +1786,23 @@ export default {
|
||||
};
|
||||
//确认复制
|
||||
const sureCopy = () => {
|
||||
state.dcopyModal = false;
|
||||
let obj = {
|
||||
routerId: state.routerId,
|
||||
type: 2,
|
||||
};
|
||||
api
|
||||
.handleLearnPath(obj)
|
||||
.then((res) => {
|
||||
console.log("复制成功", res);
|
||||
message.destroy();
|
||||
message.success("复制成功");
|
||||
state.dcopyModal = false;
|
||||
reget();
|
||||
})
|
||||
.catch((err) => {
|
||||
console.log("复制失败", err);
|
||||
});
|
||||
|
||||
};
|
||||
const showStop = () => {
|
||||
state.stopModal = true;
|
||||
|
||||
Reference in New Issue
Block a user