瀏覽代碼

和上一次一样

zhuliu 1 年之前
父節點
當前提交
7a6771fd6a
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/views/report/InvalidResponse/components/dialog/featuresHistory.vue

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

@@ -50,9 +50,9 @@ export default {
   mounted() {},
   methods: {
     open(claimId){
-        if(this.claimId != claimId){
-            this.featuresHistory = []
-        }
+        // if(this.claimId != claimId){
+        //     this.featuresHistory = []
+        // }
         this.claimId = claimId
         this.radio = ''
         this.getFeatureHistory()
@@ -62,9 +62,9 @@ export default {
         this.showDialog = false
     },
     getFeatureHistory () {
-        if(this.featuresHistory.length>0){
-            return false
-        }
+        // if(this.featuresHistory.length>0){
+        //     return false
+        // }
         var params = {
             claimId:this.claimId
         }