--fix 排序

This commit is contained in:
yuping
2023-02-17 16:23:14 +08:00
parent 15ec385b5a
commit b1dde8f3a7
2 changed files with 5 additions and 3 deletions

View File

@@ -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
};