From 43c9b669d810a3fa43b06f9ffd1b53c09bab45ec Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Sun, 09 Oct 2022 09:05:09 +0800
Subject: [PATCH] 取消默认时间查询
---
src/const/taskinfo/taskplanUser.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/const/taskinfo/taskplanUser.js b/src/const/taskinfo/taskplanUser.js
index 6fa0dc0..1f8cf86 100644
--- a/src/const/taskinfo/taskplanUser.js
+++ b/src/const/taskinfo/taskplanUser.js
@@ -34,9 +34,16 @@
},
{
label: "用户",
+ prop: "name",
+ display:false,
+ },
+ {
+ label: "用户",
prop: "userId",
type: "select",
- dicUrl: "/api/blade-user/user-list",
+ hide:true,
+ dicData:[],
+ // dicUrl: "/api/blade-user/user-list",
props: {
label: "name",
value: "id"
--
Gitblit v1.9.3