MrShi
2025-01-13 a09708582ca65d621d14a8c6a3a22222dd7db0d9
admin/src/views/finance/payments.vue
@@ -162,7 +162,7 @@
          })
      }).catch(() => {
      
      });
      })
    },
    handleDel(row) {
      let message = `确认删除该记录吗?`
@@ -185,6 +185,7 @@
    },
    handleSizeChange(capacity) {
      this.pagination.pageSize = capacity
      this.getList()
    }
  }
}