修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-19 16:09:21 +08:00
parent d3260e9bdd
commit 474a31dbc5
3 changed files with 2 additions and 16 deletions
@@ -238,13 +238,6 @@
postAction(this.url.getParagraphInfoList, query).then((res) => {
if (res.success) {
this.conList = res.result.records
if (this.conList && this.conList.length > 0) {
this.conList.forEach(val => {
if (val.content) {
val.content = this.getText(val.content)
}
})
}
this.total = res.result.total
this.loading = false
} else {