报表优化,增加查询条件校验
This commit is contained in:
@@ -195,6 +195,13 @@
|
||||
this.handleDetail(res.data, record.type);
|
||||
}
|
||||
})
|
||||
},
|
||||
searchQuery() {
|
||||
if(this.queryParam.beginTime == '' || this.queryParam.endTime == ''){
|
||||
this.$message.warning('请选择单据日期!')
|
||||
} else {
|
||||
this.loadData(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user