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