|
|
@ -288,8 +288,13 @@ export default { |
|
|
|
}, |
|
|
|
validate () { |
|
|
|
|
|
|
|
if (!this.tableParams.customerId || this.agencyIdArray.length == 0) { |
|
|
|
this.$message.info("请选择客户和组织") |
|
|
|
if (!this.tableParams.customerId) { |
|
|
|
this.$message.info("请选择客户") |
|
|
|
return false |
|
|
|
} |
|
|
|
|
|
|
|
if (this.agencyIdArray.length == 0) { |
|
|
|
this.$message.info("请选择组织") |
|
|
|
return false |
|
|
|
} |
|
|
|
|
|
|
|