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

pull/3/head
若寒若冰 2 years ago
parent 3c73be9718
commit 99c972cfa8

@ -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