mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
fix:修改bug
This commit is contained in:
@@ -138,10 +138,11 @@
|
||||
<div class="centermain">快速添加学员</div>
|
||||
</div>
|
||||
<!-- 2022-12-2注释 后面放开 -->
|
||||
<!-- <div
|
||||
<div
|
||||
class="taskbox"
|
||||
@click="showPub"
|
||||
style="background: linear-gradient(180deg, #e5f6ec, #eef9f3)"
|
||||
v-if="action === 0"
|
||||
>
|
||||
<div class="leftt">
|
||||
<img src="../../assets/images/taskpage/left3.png" />
|
||||
@@ -156,7 +157,7 @@
|
||||
发布
|
||||
</div>
|
||||
<div class="centermain">快速发布项目</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 概览(有数据) -->
|
||||
@@ -1770,12 +1771,17 @@ export default {
|
||||
};
|
||||
handleLearnPath(obj)
|
||||
.then((res) => {
|
||||
console.log("发布成功", res);
|
||||
message.destroy();
|
||||
message.success("发布成功");
|
||||
state.pub = false;
|
||||
state.nodata = false;
|
||||
// getLearnPath();
|
||||
if (res.data.code === 200) {
|
||||
console.log("发布成功", res);
|
||||
message.destroy();
|
||||
message.success("发布成功");
|
||||
state.pub = false;
|
||||
state.nodata = false;
|
||||
// getLearnPath();
|
||||
}
|
||||
if (res.data.code === -1) {
|
||||
message.warning(res.data.msg);
|
||||
}
|
||||
|
||||
reget();
|
||||
})
|
||||
@@ -2407,7 +2413,9 @@ export default {
|
||||
.ant-modal {
|
||||
width: 424px !important;
|
||||
height: 258px !important;
|
||||
|
||||
.ant-modal-close-x {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-content {
|
||||
width: 424px !important;
|
||||
height: 258px !important;
|
||||
|
||||
Reference in New Issue
Block a user