pull/143/head
parent
4a34accad6
commit
c9f3fe1fed
|
@ -91,6 +91,10 @@ export default {
|
|||
},
|
||||
mounted() { this.dataInit() },
|
||||
methods: {
|
||||
topChange(item,index){
|
||||
this.active = index
|
||||
|
||||
},
|
||||
openModel(item, type) {
|
||||
|
||||
this.nowData = JSON.parse(JSON.stringify(item))
|
||||
|
|
Loading…
Reference in New Issue