fix:修改 promserver 界面查询idc列表没有展示出所有idc信息

This commit is contained in:
zhangyu
2020-11-17 17:36:26 +08:00
parent 55962bf008
commit 1c1cafc0bf

View File

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