xiaoning 1 year ago
parent a3310b6735
commit d86dca0649

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

Loading…
Cancel
Save