Commit 498855f3 authored by yanzhongrong's avatar yanzhongrong

bugfix

parent 74446df7
...@@ -260,6 +260,7 @@ export default { ...@@ -260,6 +260,7 @@ export default {
changeType(item) { changeType(item) {
this.confirmStatus = item.key; this.confirmStatus = item.key;
this.params.current = 1
this.getTableData(); this.getTableData();
}, },
exportList() { exportList() {
......
...@@ -77,7 +77,6 @@ ...@@ -77,7 +77,6 @@
:data="tableData" :data="tableData"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%"
height="100%"
:row-class-name="tableRowClassName" :row-class-name="tableRowClassName"
:row-style="{ height: '50px' }" :row-style="{ height: '50px' }"
:header-cell-style="{ :header-cell-style="{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment