hn2.0
fanluyan 2 years ago
parent d23b67c7ff
commit 627d37cad1

@ -1187,6 +1187,7 @@ export default {
max-height: calc(100% - 136px);
.el-empty {
margin: auto;
height: 100%;
}
.piclist {
// display: flex;

@ -300,7 +300,7 @@ export default {
// new Date(new Date().toLocaleDateString()).getTime(),
// new Date().getTime(),
// ]);
this.loading = true;
this.$set(this.formdata, "endtime", new Date().getTime());
if (JSON.stringify(this.$route.query) === "{}") {

Loading…
Cancel
Save