fix:修改所有表格翻页后不回到顶部的问题 并且保证删除修改后滚动条位置不变

This commit is contained in:
zhangyu
2020-12-31 17:41:40 +08:00
parent b267dfa3f3
commit 62f88ebf6c
12 changed files with 125 additions and 13 deletions

View File

@@ -25,6 +25,7 @@
cancelButtonText: this.$t("tip.no"),
type: 'warning'
}).then(() => {
this.$emit('before');
let params=this.filterParam();
this.$delete(this.api+params).then(response => {
if (response.code === 200) {