|
@@ -198,6 +198,7 @@ export default {
|
|
|
btnResetQuery() {
|
|
|
this.params = this.$init.params(this.SearchColumns);
|
|
|
this.page = this.$init.page();
|
|
|
+ this.getList(this.params, this.page);
|
|
|
},
|
|
|
/** 修改按钮操作 */
|
|
|
btnUpdate(row) {
|
|
@@ -245,5 +246,4 @@ export default {
|
|
|
.el-button-group + .el-button-group {
|
|
|
margin: 0 0 0 8px;
|
|
|
}
|
|
|
-
|
|
|
</style>
|