|
|
@@ -97,7 +97,8 @@ export default { |
|
|
|
dialogImageUrl: '', |
|
|
|
dialogVisible: false, |
|
|
|
showDetail: false, |
|
|
|
permanentDetail: {} |
|
|
|
permanentDetail: {}, |
|
|
|
permanentType: '1' |
|
|
|
}; |
|
|
|
}, |
|
|
|
computed: { |
|
|
@@ -114,9 +115,10 @@ export default { |
|
|
|
this.dialogImageUrl = url; |
|
|
|
this.dialogVisible = true; |
|
|
|
}, |
|
|
|
clickDetail (val) { |
|
|
|
clickDetail (val, type) { |
|
|
|
console.log(val + 111111111) |
|
|
|
this.permanentDetail = val; |
|
|
|
this.permanentType = type; |
|
|
|
this.showDetail = true; |
|
|
|
} |
|
|
|
} |
|
|
|