解决销售统计和零售统计的下拉框搜索的bug
This commit is contained in:
@@ -299,7 +299,7 @@
|
||||
this.setTimeFlag = setTimeout(()=>{
|
||||
findBySelectRetail({key: value, limit:1}).then((res) => {
|
||||
if(res) {
|
||||
that.supList = res;
|
||||
that.retailList = res;
|
||||
}
|
||||
})
|
||||
},500)
|
||||
|
||||
@@ -299,7 +299,7 @@
|
||||
this.setTimeFlag = setTimeout(()=>{
|
||||
findBySelectCus({key: value, limit:1}).then((res) => {
|
||||
if(res) {
|
||||
that.supList = res;
|
||||
that.cusList = res;
|
||||
}
|
||||
})
|
||||
},500)
|
||||
|
||||
Reference in New Issue
Block a user