mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
--fix 排序
This commit is contained in:
@@ -627,7 +627,7 @@ const temporaryStorage = async () => {
|
||||
|
||||
const submitStorage = async () => {
|
||||
confirmLoading.value = true
|
||||
await releaseRouter(routerId)
|
||||
routerInfo.value.routerInfo.status === 1 ? await releaseRouter(routerId) : await request(ROUTER_DETAIL_MODIFY, routerInfo.value)
|
||||
message.success("关卡和任务数据已保存")
|
||||
confirmLoading.value = false
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user