瀏覽代碼

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

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