Browse Source

统计

master
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 () {
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
}

Loading…
Cancel
Save