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