|
@@ -266,6 +266,13 @@
|
|
|
|
|
|
//搜索客户
|
|
//搜索客户
|
|
async onSearch(){
|
|
async onSearch(){
|
|
|
|
+ if(!this.searchCustomeVal){
|
|
|
|
+ uni.showToast({
|
|
|
|
+ title:'请输入搜索关键字',
|
|
|
|
+ icon:'none'
|
|
|
|
+ })
|
|
|
|
+ return
|
|
|
|
+ }
|
|
this.searchContractList=[]
|
|
this.searchContractList=[]
|
|
this.searchCustomeList=[]
|
|
this.searchCustomeList=[]
|
|
const res=await apiSearchCustome({Keyword:this.searchCustomeVal})
|
|
const res=await apiSearchCustome({Keyword:this.searchCustomeVal})
|