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