mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
1
This commit is contained in:
@@ -778,14 +778,12 @@ function handleStageOk() {
|
|||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
if (res?.data?.status == 200) {
|
if (res?.data?.status == 200) {
|
||||||
message.success("推荐成功");
|
message.success("推荐成功");
|
||||||
deleteDepSelect();
|
|
||||||
emit("finash", true);
|
emit("finash", true);
|
||||||
clear()
|
|
||||||
} else {
|
} else {
|
||||||
deleteDepSelect();
|
|
||||||
message.error("推荐失败");
|
message.error("推荐失败");
|
||||||
clear()
|
|
||||||
}
|
}
|
||||||
|
deleteDepSelect();
|
||||||
|
clear()
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
clear()
|
clear()
|
||||||
message.error("推荐失败");
|
message.error("推荐失败");
|
||||||
|
|||||||
Reference in New Issue
Block a user