mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
修改逻辑
This commit is contained in:
@@ -632,6 +632,7 @@ const submitStorage = async () => {
|
|||||||
ok: async () => {
|
ok: async () => {
|
||||||
confirmLoading.value = true
|
confirmLoading.value = true
|
||||||
request(PROJECT_DETAIL_MODIFY, projectInfo.value)
|
request(PROJECT_DETAIL_MODIFY, projectInfo.value)
|
||||||
|
await getTask()
|
||||||
await request(PROJECT_RELEASE, {projectId: route.query.projectId})
|
await request(PROJECT_RELEASE, {projectId: route.query.projectId})
|
||||||
message.success("保存成功");
|
message.success("保存成功");
|
||||||
confirmLoading.value = false;
|
confirmLoading.value = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user