diff --git a/PC/InterFace.Dash/src/components/AGTable/agGridBtn.vue b/PC/InterFace.Dash/src/components/AGTable/agGridBtn.vue new file mode 100644 index 0000000..fd47f69 --- /dev/null +++ b/PC/InterFace.Dash/src/components/AGTable/agGridBtn.vue @@ -0,0 +1,27 @@ + + \ No newline at end of file diff --git a/PC/InterFace.Dash/src/components/AGTable/index.vue b/PC/InterFace.Dash/src/components/AGTable/index.vue new file mode 100644 index 0000000..40111b8 --- /dev/null +++ b/PC/InterFace.Dash/src/components/AGTable/index.vue @@ -0,0 +1,107 @@ + + + \ No newline at end of file diff --git a/PC/InterFace.Dash/src/components/searchOverall/index.vue b/PC/InterFace.Dash/src/components/searchOverall/index.vue index ec101c9..e46fc19 100644 --- a/PC/InterFace.Dash/src/components/searchOverall/index.vue +++ b/PC/InterFace.Dash/src/components/searchOverall/index.vue @@ -524,6 +524,10 @@ type: 'warning' }).then(() => { this.moreListData.filters.splice(val, 1) + this.$nextTick(()=>{ + this.componentsHeight = this.getAllSearchInnerHeight() + 20 + this.$parent.changeTableHeight(this.getAllSearchInnerHeight()) + }) }).catch(() => { // this.modalAppendToBody = false }); diff --git a/PC/InterFace.Dash/src/components/tablePagination/index copy.vue b/PC/InterFace.Dash/src/components/tablePagination/index copy.vue index c0238bc..d7f47e5 100644 --- a/PC/InterFace.Dash/src/components/tablePagination/index copy.vue +++ b/PC/InterFace.Dash/src/components/tablePagination/index copy.vue @@ -1,10 +1,12 @@