@ -335,11 +335,12 @@ export default {
},
//初始化表1 数据
initList() {
if (this.queryParam.beginTime === '') {
if (this.queryParam.beginTime === '' || this.queryParam.endTime=== '' ||
this.queryParam.beginTime === null || this.queryParam.endTime=== null
) {
this.$message.warning('选择时间范围')
return
}
this.generatedCol()
getList(this.queryParam).then((res) => {
if (res.data){