Sfoglia il codice sorgente

和上一次一样

zhuliu 1 anno fa
parent
commit
7a6771fd6a

+ 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
         }