This commit is contained in:
zhangdingyu
2019-12-12 14:32:40 +08:00
parent da64ae65cb
commit e8453afd31
2 changed files with 2 additions and 2 deletions

View File

@@ -716,7 +716,7 @@ export default {
this.tableData = response.data
}
}).then(() => {
if (this.tableData !== []) {
if (this.tableData.length !== 0) {
this.Out()
} else {
this.$message.error('暂无该月数据')