This commit is contained in:
2026-08-25 16:13:58 +08:00
parent e309987199
commit 55583551b5
14 changed files with 953 additions and 286 deletions
@@ -719,7 +719,6 @@ export default {
this.contractLoading = true;
try {
const res = await getContractList(1, 999, {
approvalStatuses: 'approved,change_approved',
contractCategory,
});
const data = this.unwrapPage(res);