@@ -184,7 +184,7 @@
.then(res => {
if (res.data.success) {
this.page = 1
- this.handleApplyChange()
+ this.handleApplyChange(1)
this.$message({
message: '操作成功',
type: 'success'
@@ -199,7 +199,7 @@