fix:修复

dev_ksck
chenhc 3 weeks ago
parent 5e3ce75514
commit 47ba077352

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

Loading…
Cancel
Save