|
|
@@ -346,7 +346,7 @@ export default { |
|
|
|
} |
|
|
|
depositList(data).then(response => { |
|
|
|
if (response.rows.length<1){ |
|
|
|
if (this.sheng==''||this.shi==''){ |
|
|
|
if (this.form.sheng==''||this.form.shi==''){ |
|
|
|
this.$toast({ |
|
|
|
icon: 'fail', // 找到自己需要的图标 |
|
|
|
message: '请选择省市', |
|
|
@@ -354,7 +354,7 @@ export default { |
|
|
|
}) |
|
|
|
return; |
|
|
|
} |
|
|
|
if (this.bankDeposit==''){ |
|
|
|
if (this.form.bankDeposit==''){ |
|
|
|
this.$toast({ |
|
|
|
icon: 'fail', // 找到自己需要的图标 |
|
|
|
message: '请输入关键词', |
|
|
|