fix
This commit is contained in:
@@ -118,14 +118,14 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
},
|
||||
activated () {
|
||||
// let data:any = JSON.parse((sessionStorage.getItem('collectionData') as any));
|
||||
// if(!data){
|
||||
// return
|
||||
// }
|
||||
// this.showCollectionModal = data.showCollectionModal
|
||||
// this.collectionStep = data.collectionStep
|
||||
},
|
||||
// activated () {
|
||||
// let data:any = JSON.parse((sessionStorage.getItem('collectionData') as any));
|
||||
// if(!data){
|
||||
// return
|
||||
// }
|
||||
// this.showCollectionModal = data.showCollectionModal
|
||||
// this.collectionStep = data.collectionStep
|
||||
// },
|
||||
data(){
|
||||
return{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user