给供应商和客户的查询增加分页限制的参数
This commit is contained in:
@@ -451,7 +451,7 @@
|
||||
'accountId': accountId,
|
||||
'remark': remark
|
||||
})
|
||||
findBySelectSup({organId: organId}).then((res)=> {
|
||||
findBySelectSup({organId: organId, limit:1}).then((res)=> {
|
||||
this.supList = res && Array.isArray(res) ? res : [];
|
||||
})
|
||||
getCurrentSystemConfig().then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user