Update alertMessage.vue

This commit is contained in:
songjingcheng
2021-05-08 05:06:45 +00:00
parent 6ea0507f84
commit b69f50654e

View File

@@ -393,8 +393,7 @@ export default {
delete this.searchLabel.endAt delete this.searchLabel.endAt
} }
this.tools.loading = true this.tools.loading = true
if(ind===0){ if(ind===0 || ind ===1 || ind ===2){
console.log(1);
delete this.searchLabel.startAt delete this.searchLabel.startAt
delete this.searchLabel.endAt delete this.searchLabel.endAt
} }
@@ -626,4 +625,4 @@ export default {
cursor: default; cursor: default;
font-weight: bold; font-weight: bold;
} }
</style> </style>