mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 16:22:57 +08:00
fix: 解决编辑器失焦报错的问题
This commit is contained in:
parent
b7d8225dbd
commit
c74322e783
@ -125,6 +125,7 @@ const requestModelHandle = () => {
|
||||
|
||||
// 发送请求
|
||||
const sendHandle = async () => {
|
||||
if(!targetData.value?.request) return
|
||||
loading.value = true
|
||||
try {
|
||||
const res = await customizeHttp(toRaw(targetData.value.request), toRaw(chartEditStore.requestGlobalConfig))
|
||||
|
Loading…
Reference in New Issue
Block a user