Commit f04179ad2af38c0fc5065f3729be2cc3f09d37d4

Authored by 梁保满
1 parent d44087bd

表格样式

src/views/standard/test/index.vue
@@ -568,7 +568,7 @@ @@ -568,7 +568,7 @@
568 class="tab-ul" 568 class="tab-ul"
569 v-if="classTable.length" 569 v-if="classTable.length"
570 v-masonry 570 v-masonry
571 - transition-duration="0s" 571 + transition-duration="0.5s"
572 gutter="0" 572 gutter="0"
573 item-selector=".tab-li" 573 item-selector=".tab-li"
574 > 574 >
@@ -725,7 +725,6 @@ export default { @@ -725,7 +725,6 @@ export default {
725 const that = this; 725 const that = this;
726 BusEvent.$on("keepAlive", async function () { 726 BusEvent.$on("keepAlive", async function () {
727 // if (that.$route.path == "/test") { 727 // if (that.$route.path == "/test") {
728 - that.multipleSelection = [];  
729 that.query.subjectNames = that.role == "ROLE_BANZHUREN" ? [] : ""; 728 that.query.subjectNames = that.role == "ROLE_BANZHUREN" ? [] : "";
730 that._QueryClassList2(); 729 that._QueryClassList2();
731 await that._QueryClassList(); 730 await that._QueryClassList();