!3 将位号配置和数据页面的接口中的某个参数移除,保持和现在的服务端匹配

Merge pull request !3 from 陈俊波/master
master
张红元 2 years ago committed by Gitee
commit aaed7cb429
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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

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

Loading…
Cancel
Save