From 509b47441fc4c1c50449b545ff935de6d493d20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 30 Mar 2022 05:05:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xm/core/components/XmProjectSelect.vue | 5 +- .../xm/core/xmQuestion/XmQuestionAdd.vue | 199 +++++++------ .../xm/core/xmQuestion/XmQuestionEdit.vue | 273 +++++++++--------- .../xm/core/xmQuestion/XmQuestionMng.vue | 2 +- src/views/xm/core/xmTask/XmTaskEdit.vue | 14 +- 5 files changed, 250 insertions(+), 243 deletions(-) diff --git a/src/views/xm/core/components/XmProjectSelect.vue b/src/views/xm/core/components/XmProjectSelect.vue index 6b238705..06430432 100644 --- a/src/views/xm/core/components/XmProjectSelect.vue +++ b/src/views/xm/core/components/XmProjectSelect.vue @@ -342,7 +342,10 @@ }, mounted() { this.$nextTick(() => { - this.maxTableHeight = util.calcTableMaxHeight(this.$refs.table.$el); + if(this.$refs.table){ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.table.$el); + } + if(this.autoSelect!==false){ this.initData(); this.hadInit=true; diff --git a/src/views/xm/core/xmQuestion/XmQuestionAdd.vue b/src/views/xm/core/xmQuestion/XmQuestionAdd.vue index 833ade1b..11dd55a0 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionAdd.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionAdd.vue @@ -3,17 +3,16 @@ - - + - + {{this.filters.selProject?this.filters.selProject.name:''}} - +
@@ -21,106 +20,106 @@
{{addForm.menuName?addForm.menuName:"未关联需求"}}
+ + + {{addForm.handlerUsername}} 指派给提出人指派给创建人指派给其它人 + +
- - - - - {{i.name}} - - - - - - - - {{i.name}} + + + + + {{i.name}} + + + + + + + {{i.name}} - - - - - - - - - {{i.name}} - - - - - - - - {{i.id}} - - - - - - - - - {{i.name}} - - - - - - - - - - - - - - {{addForm.askUsername?addForm.askUsername:'未关联提出人'}} - - - - - - {{addForm.handlerUsername}} 指派给提出人指派给创建人指派给其它人 - - + + + + + + + + + + + + + + {{i.name}} + + + + + + + + {{i.id}} + + + + + + + {{i.name}} + + + + + + + {{addForm.askUsername?addForm.askUsername:'未关联提出人'}} + + + - - - - -
- -
-
- -
-
- - - - - -
- -
-
- -
-
- - - - -
- -
-
- -
- -
+ + + + + +
+ +
+
+ +
+
+
+ + + + + +
+ +
+
+ +
+
+
+ + + + + +
+ +
+
+ +
+
+
+
diff --git a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue index feff3ce3..6bb4f88c 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue @@ -1,27 +1,23 @@