From 05b50dfb9565a874ea611c3149959cd9f7163623 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 02 Jan 2023 13:54:44 +0800
Subject: [PATCH] 新增通行证废止

---
 src/const/applicationCarChange/applicationCarChange.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/const/applicationCarChange/applicationCarChange.js b/src/const/applicationCarChange/applicationCarChange.js
index 65a2c9d..691e60d 100644
--- a/src/const/applicationCarChange/applicationCarChange.js
+++ b/src/const/applicationCarChange/applicationCarChange.js
@@ -30,7 +30,7 @@
       labelWidth:labelWidth,
       prop: "no",
       type: "select",
-      dicUrl: "/api/application/application/getAll?status=10&&userId="+userId,
+      dicUrl: "/api/application/application/getAll?status=10&&passStatus=1&&userId="+userId,
       props:{
         label:"no",
         value:"no"

--
Gitblit v1.9.3