pc-master #143

Merged
xiaomeng merged 5 commits from pc-master into portal 2024-04-23 06:49:26 +00:00
Showing only changes of commit c9f3fe1fed - Show all commits

View File

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