fix: 解决编辑器失焦报错的问题

This commit is contained in:
奔跑的面条
2022-07-21 10:33:41 +08:00
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))