--fix bug

This commit is contained in:
yuping
2023-02-18 13:16:06 +08:00
parent 67e98b73d8
commit 136642eb4e

View File

@@ -621,6 +621,7 @@ const closeChangeModal = () => {
const temporaryStorage = async () => {
templateLoading.value = true
await request(ROUTER_DETAIL_MODIFY, routerInfo.value)
await getDetail()
message.success("暂存成功");
templateLoading.value = false
};