给供应商和客户的查询增加分页限制的参数

This commit is contained in:
jishenghua
2025-09-27 23:36:33 +08:00
parent e64c16a4cb
commit 732c4b84b4
20 changed files with 61 additions and 61 deletions

View File

@@ -510,7 +510,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) => {