|
@@ -189,8 +189,8 @@ export default {
|
|
|
window.open(link, '_blank')
|
|
window.open(link, '_blank')
|
|
|
},
|
|
},
|
|
|
showDialog (type, item) {
|
|
showDialog (type, item) {
|
|
|
- this[`${type}Visible`] = true
|
|
|
|
|
this.currentItem = item
|
|
this.currentItem = item
|
|
|
|
|
+ this[`${type}Visible`] = true
|
|
|
},
|
|
},
|
|
|
getProjectList (goFirst) {
|
|
getProjectList (goFirst) {
|
|
|
this.loading = true
|
|
this.loading = true
|