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