jiangyy 4 years ago
parent
commit
2d1d0e5101
  1. 9
      epmet-oper-web/src/views/modules/dataExport/operStatic.vue

9
epmet-oper-web/src/views/modules/dataExport/operStatic.vue

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

Loading…
Cancel
Save