lin
2024-03-26 7cd5ea98451006f9bfb3f18b3b55cd05c32bd813
src/views/article/discussionManage.vue
@@ -697,7 +697,7 @@
          this.page.total = data.total
          this.data = data.records
          this.data.forEach(item => {
            // item.articleRange = JSON.parse(item.articleRange)
            item.articleList = JSON.parse(item.articleRange)
            if (item.url.length > 0) {
              var urls = []
              var names = item.url.split(",")