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) => {