更新
This commit is contained in:
parent
8e88c21e94
commit
5e0689edea
@ -127,7 +127,6 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
listMap: new Map(),
|
|
||||||
tabLists: [{
|
tabLists: [{
|
||||||
name: '基本信息',
|
name: '基本信息',
|
||||||
}, {
|
}, {
|
||||||
@ -157,7 +156,6 @@
|
|||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
this.initInformationDetails({ id: options.id });
|
this.initInformationDetails({ id: options.id });
|
||||||
this.initMap();
|
|
||||||
},
|
},
|
||||||
onShow() {},
|
onShow() {},
|
||||||
computed: {
|
computed: {
|
||||||
@ -168,11 +166,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
initMap() {
|
|
||||||
comonentList.forEach(item => {
|
|
||||||
this.listMap.set(item.id, item.name);
|
|
||||||
})
|
|
||||||
},
|
|
||||||
async initInformationDetails(id) {
|
async initInformationDetails(id) {
|
||||||
let res = await informationDetails(id);
|
let res = await informationDetails(id);
|
||||||
this.$u.sleep(500).then(()=>{
|
this.$u.sleep(500).then(()=>{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user