This commit is contained in:
GaoHao
2025-03-10 17:26:39 +08:00
parent 490c513f48
commit cc97b6acca
26 changed files with 258 additions and 305 deletions

View File

@@ -196,7 +196,12 @@
let delConfirm = () => {
pageData.delShow = false;
delCreditBuyer(pageData.delItem.id).then(res => {
getList()
if( pageData.query.page > 1 && pageData.list.length == 1){
pageData.query.page--
getList()
} else {
getList()
}
})
}

View File

@@ -85,7 +85,7 @@
*/
function inputEvent(d) {
pageData.query.paymentMethod = pageData.query.paymentMethod.replace(/\s*/g, "");
pageData.query.size = 1;
pageData.query.page = 1;
pageData.list = [];
getList()
}