Pre Merge pull request !3 from 陈俊波/master

pull/3/MERGE
陈俊波 3 years ago committed by Gitee
commit 8db3e85b2d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -170,7 +170,8 @@
}); });
}, },
point() { point() {
dictionaryApi.pointDictionary('profile').then(res => { //TODO profile,profileid,,''
dictionaryApi.pointDictionary('').then(res => {
this.findObject(this.listOption.column,'pointId').dicData = res.data.records; this.findObject(this.listOption.column,'pointId').dicData = res.data.records;
}).catch(() => { }).catch(() => {
}); });

@ -157,7 +157,8 @@
}); });
}, },
point() { point() {
dictionaryApi.pointDictionary('profile').then(res => { //TODO profile,profileid,,''
dictionaryApi.pointDictionary('').then(res => {
this.findObject(this.listOption.column, 'pointId').dicData = res.data.records; this.findObject(this.listOption.column, 'pointId').dicData = res.data.records;
}).catch(() => { }).catch(() => {
}); });

Loading…
Cancel
Save