Commit 4905bc1f70e065225eedbf1456777b01a8ff5943

Authored by gesilong
1 parent 061eb6c6

commit: 还原关闭弹框位置

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