This commit is contained in:
Leo
2025-11-29 22:56:40 +08:00
parent ec921d313c
commit 1234ad42a4
2 changed files with 2 additions and 2 deletions

View File

@@ -829,7 +829,7 @@ export default {
this.parsing = true this.parsing = true
try { try {
const res = await parseLineReport({ const res = await parseLineReport({
text: this.parseText.trim() message: this.parseText.trim()
}) })
if (res.code === 200 && res.data && Array.isArray(res.data) && res.data.length > 0) { if (res.code === 200 && res.data && Array.isArray(res.data) && res.data.length > 0) {

View File

@@ -716,7 +716,7 @@ export default {
this.parsing = true this.parsing = true
try { try {
const res = await parseLineReport({ const res = await parseLineReport({
text: this.parseText.trim() message: this.parseText.trim()
}) })
if (res.code === 200 && res.data && Array.isArray(res.data) && res.data.length > 0) { if (res.code === 200 && res.data && Array.isArray(res.data) && res.data.length > 0) {