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