Explorar o código

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

zhuliu hai 1 ano
pai
achega
9bd2b2e602

+ 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()