a
This commit is contained in:
@@ -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('暂无该月数据')
|
||||
|
||||
Reference in New Issue
Block a user