From 29bf5936bf1da2eea81f3abe07dc738f5267c42c Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 02 Jan 2023 16:34:16 +0800
Subject: [PATCH] 修改顶部栏
---
src/const/applicationCarChange/applicationCarChange.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/const/applicationCarChange/applicationCarChange.js b/src/const/applicationCarChange/applicationCarChange.js
index 65a2c9d..ac5713c 100644
--- a/src/const/applicationCarChange/applicationCarChange.js
+++ b/src/const/applicationCarChange/applicationCarChange.js
@@ -10,6 +10,7 @@
searchMenuSpan: 6,
border: true,
index: true,
+ addBtn:false,
viewBtn: true,
selection: true,
dialogClickModal: false,
@@ -30,7 +31,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