fix:修改所有表格翻页后不回到顶部的问题 并且保证删除修改后滚动条位置不变
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user