diff --git a/src/views/xm/core/xmQuestion/XmQuestionMng.vue b/src/views/xm/core/xmQuestion/XmQuestionMng.vue
index 04612a39..b7454b25 100644
--- a/src/views/xm/core/xmQuestion/XmQuestionMng.vue
+++ b/src/views/xm/core/xmQuestion/XmQuestionMng.vue
@@ -28,7 +28,8 @@
placement="top-start"
title="更多查询条件或操作"
width="600"
- trigger="click" >
+ v-model="moreVisible"
+ trigger="manual" >
需求:
@@ -114,9 +115,10 @@
查询
导出
+ 关闭
-
+
@@ -128,7 +130,7 @@
-
+
@@ -402,6 +404,7 @@
pickerOptions: util.getPickerOptions('datarange'),
userType:'',//createUser、handlerUser
tagSelectVisible:false,
+ moreVisible:false,
/**end 自定义属性请在上面加 请加备注**/
}