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

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

@@ -285,7 +285,7 @@
},
initRetail() {
let that = this;
findBySelectRetail({}).then((res)=>{
findBySelectRetail({limit:1}).then((res)=>{
if(res) {
that.retailList = res
}
@@ -297,7 +297,7 @@
clearTimeout(this.setTimeFlag);
}
this.setTimeFlag = setTimeout(()=>{
findBySelectRetail({key: value}).then((res) => {
findBySelectRetail({key: value, limit:1}).then((res) => {
if(res) {
that.supList = res;
}