From 2947529037e8bb09ab2a304a86de4cfca0144a0f Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 10 Oct 2022 16:15:26 +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