Merge pull request !3 from 陈俊波/master
@ -170,7 +170,8 @@
});
},
point() {
dictionaryApi.pointDictionary('profile').then(res => {
//TODO 这里的参数删除了一个值为profile的字符串,这个值应该是一个profile的具体的id值,服务端端口移除了这个路径参数,此处暂时先写''
dictionaryApi.pointDictionary('').then(res => {
this.findObject(this.listOption.column,'pointId').dicData = res.data.records;
}).catch(() => {
@ -157,7 +157,8 @@
this.findObject(this.listOption.column, 'pointId').dicData = res.data.records;