فهرست منبع

解决查询特征历史数据没变化问题

zhuliu 1 سال پیش
والد
کامیت
9bd2b2e602
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/views/report/InvalidResponse/components/dialog/featuresHistory.vue

+ 3 - 0
src/views/report/InvalidResponse/components/dialog/featuresHistory.vue

@@ -50,6 +50,9 @@ export default {
   mounted() {},
   methods: {
     open(claimId){
+        if(this.claimId != claimId){
+            this.featuresHistory = []
+        }
         this.claimId = claimId
         this.radio = ''
         this.getFeatureHistory()