fix:修改 promserver 界面查询idc列表没有展示出所有idc信息
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
},
|
||||
//获取dc下拉列表数据
|
||||
getDcData() {
|
||||
this.$get('idc').then(response => {
|
||||
this.$get('idc',{pageSize:-1}).then(response => {
|
||||
if (response.code === 200) {
|
||||
this.dcData = response.data.list;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user