xiaoning 1 year ago
parent a3310b6735
commit d86dca0649

@ -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){

Loading…
Cancel
Save