Showing
1 changed file
with
1 additions
and
1 deletions
@@ -113,7 +113,6 @@ const sendHandle = async (requestContentType: number,id?: string) => { | @@ -113,7 +113,6 @@ const sendHandle = async (requestContentType: number,id?: string) => { | ||
113 | targetData.value.option.dataset = value | 113 | targetData.value.option.dataset = value |
114 | return | 114 | return |
115 | } | 115 | } |
116 | - showModal.value = false | ||
117 | } | 116 | } |
118 | 117 | ||
119 | const handleSaveAction = async () => { | 118 | const handleSaveAction = async () => { |
@@ -157,6 +156,7 @@ const handleSaveAction = async () => { | @@ -157,6 +156,7 @@ const handleSaveAction = async () => { | ||
157 | request: value as RequestConfigType | 156 | request: value as RequestConfigType |
158 | }) | 157 | }) |
159 | } | 158 | } |
159 | + showModal.value = false | ||
160 | sendHandle(value?.requestContentType,_dataId) | 160 | sendHandle(value?.requestContentType,_dataId) |
161 | } | 161 | } |
162 | 162 |