1
This commit is contained in:
@@ -829,7 +829,7 @@ export default {
|
||||
this.parsing = true
|
||||
try {
|
||||
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) {
|
||||
|
||||
@@ -716,7 +716,7 @@ export default {
|
||||
this.parsing = true
|
||||
try {
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user