fix:项目不分页数据访问统一设置pageSize为-1
This commit is contained in:
@@ -706,7 +706,7 @@
|
||||
},
|
||||
getAllModelOptionData(data) {
|
||||
this.assetData.assetType = this.assetType;
|
||||
this.$get('model?typeCode=' + this.assetType + '&pageNo=1&pageSize=999').then(response => {
|
||||
this.$get('model?typeCode=' + this.assetType + '&pageNo=1&pageSize=-1').then(response => {
|
||||
if (response.code === 200) {
|
||||
this.allModelUlData = response.data.list
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user