From 47ba077352b5a340d1cac8b331fee72baf14bec9 Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Fri, 14 Mar 2025 09:49:23 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/purApply/pureApplyMySearch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/purchase/purApply/pureApplyMySearch.vue b/src/views/purchase/purApply/pureApplyMySearch.vue index 1bf535aa..79c60edc 100644 --- a/src/views/purchase/purApply/pureApplyMySearch.vue +++ b/src/views/purchase/purApply/pureApplyMySearch.vue @@ -685,7 +685,7 @@ export default { this.filterQuery.endAuditDate = null; } this.loading = true; - this.filterQuery.status = 3; + this.filterQuery.status = null; this.filterQuery.isUser = true listApply(this.filterQuery) .then((response) => {