mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 08:12:49 +08:00
fix: 解决编辑器失焦报错的问题
This commit is contained in:
parent
7ed8fbfcbf
commit
102e50be8f
@ -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