Ver Fonte

fix: 移除调试

cuiyalong há 9 meses atrás
pai
commit
adf17c9c22
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      frontend/src/components/spider/EditSpider.vue

+ 1 - 1
frontend/src/components/spider/EditSpider.vue

@@ -528,7 +528,7 @@ const getPageData = () => {
 
 const emitSaveEvent = () => {
     const payload = getPageData()
-    // emit("custom-event", payload)
+    emit("custom-event", payload)
     // formData.value = {}
 }
 const handleSave = () => {