Browse Source

这是退款分页的查询

Hongxilin
donghaolin 5 months ago
parent
commit
ae57ddb7b7
  1. 4
      vue/gold-system/src/views/managerecharge/rate.vue
  2. 2
      vue/gold-system/src/views/refund/allRefund.vue

4
vue/gold-system/src/views/managerecharge/rate.vue

@ -121,7 +121,9 @@ const add = () => {
}; };
// //
const rateEdit = ref({});
const rateEdit = ref({
flag: 1,
});
// //
const getEditData = async function (row) { const getEditData = async function (row) {
try { try {

2
vue/gold-system/src/views/refund/allRefund.vue

@ -529,7 +529,7 @@ const checkNumber = function () {
:page-size="getObj.pageSize" :page-size="getObj.pageSize"
:total="total" :total="total"
:current-page="getObj.pageNum" :current-page="getObj.pageNum"
@current-change="get()"
@current-change="get"
> >
<div>跳至</div> <div>跳至</div>
<el-input <el-input

Loading…
Cancel
Save