给供应商和客户的查询增加分页限制的参数
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user