mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 07:16:46 +08:00
修改button 操作按钮样式
This commit is contained in:
@@ -805,12 +805,14 @@ export default defineComponent({
|
||||
edit(postData).then((res) => {
|
||||
if (res.data.code === 200) {
|
||||
state.addLoading = false;
|
||||
|
||||
|
||||
state.statusTingQi = 1;
|
||||
if (param === "review") {
|
||||
//新建时点击审核按钮
|
||||
submitReview(res.data.data.offcourseId);
|
||||
} else {
|
||||
message.destroy();
|
||||
message.success("保存成功");
|
||||
visibleClose();
|
||||
}
|
||||
}
|
||||
@@ -897,6 +899,8 @@ export default defineComponent({
|
||||
handle(obj).then((res) => {
|
||||
console.log("提交审核成功", res.data);
|
||||
if (res.data.code === 200) {
|
||||
message.destroy();
|
||||
message.success("已提交审核");
|
||||
state.addLoading = false;
|
||||
visibleClose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user