解决销售统计和零售统计的下拉框搜索的bug

This commit is contained in:
jishenghua
2025-10-22 23:28:45 +08:00
parent d63e7b644b
commit f82393260e
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)