This commit is contained in:
weipengfei 2023-08-08 20:12:47 +08:00
parent 8e88c21e94
commit 5e0689edea

View File

@ -127,7 +127,6 @@
},
data() {
return {
listMap: new Map(),
tabLists: [{
name: '基本信息',
}, {
@ -157,7 +156,6 @@
},
onLoad(options) {
this.initInformationDetails({ id: options.id });
this.initMap();
},
onShow() {},
computed: {
@ -168,11 +166,6 @@
}
},
methods: {
initMap() {
comonentList.forEach(item => {
this.listMap.set(item.id, item.name);
})
},
async initInformationDetails(id) {
let res = await informationDetails(id);
this.$u.sleep(500).then(()=>{