Revert "更新"
This reverts commit 5e0689edea4e2b468e559bd371b17665a2171b9e.
This commit is contained in:
parent
5e0689edea
commit
1689088c6a
@ -127,6 +127,7 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
listMap: new Map(),
|
||||
tabLists: [{
|
||||
name: '基本信息',
|
||||
}, {
|
||||
@ -156,6 +157,7 @@
|
||||
},
|
||||
onLoad(options) {
|
||||
this.initInformationDetails({ id: options.id });
|
||||
this.initMap();
|
||||
},
|
||||
onShow() {},
|
||||
computed: {
|
||||
@ -166,6 +168,11 @@
|
||||
}
|
||||
},
|
||||
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(()=>{
|
||||
|
Loading…
x
Reference in New Issue
Block a user