fix按时间查询消息bug,加长页面请求超时

This commit is contained in:
许晓东
2021-12-13 19:05:57 +08:00
parent 57a41e087f
commit b9548d1640
6 changed files with 37 additions and 27 deletions

View File

@@ -150,7 +150,7 @@ export default {
},
methods: {
getMessageDetail() {
this.loading = false;
this.loading = true;
const params = Object.assign({}, this.record, {
keyDeserializer: this.keyDeserializer,
valueDeserializer: this.valueDeserializer,