mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
修改逻辑
This commit is contained in:
@@ -631,6 +631,7 @@ const submitStorage = async () => {
|
||||
content: '该项目已经发布,修改后如未点击暂存当前操作未保存数据将丢失,确认保存?',
|
||||
ok: async () => {
|
||||
confirmLoading.value = true
|
||||
request(PROJECT_DETAIL_MODIFY, projectInfo.value)
|
||||
await request(PROJECT_RELEASE, {projectId: route.query.projectId})
|
||||
message.success("保存成功");
|
||||
confirmLoading.value = false;
|
||||
|
||||
Reference in New Issue
Block a user