traffic-audit-web/src/views/ExplainReview.vue
@@ -129,9 +129,8 @@
  CITY_TAXI: 'city_taxi_monthly'
}
export default {
  components: { AppHeader },
  components: { AppHeader, AiChatDialog },
  name: 'ExplainReview',
  components: { AiChatDialog },
  data() {
    return {
      reportType: 'H2032',
@@ -166,7 +165,8 @@
          this.page = 1
          this.loadData()
        }
      }).catch(() => {
      }).catch(e => {
        if (e && e._toast) return
        this.$message.error('解释查询失败')
      }).finally(() => {
        this.loading = false