yujinwen 4 weeks ago
parent
commit
9de363a718

+ 2 - 1
src/views/roadshow_manage/compononts/activityDetailDia.vue

@@ -198,8 +198,8 @@ export default {
 
 		/* 取消 */
 		cancel() {
-			this.$emit('update:isShow', false);
 			this.statusType=this.hasQustion?1:0
+			this.$emit('update:isShow', false);
 		},
 
 		/* 获取客户信息 */
@@ -281,6 +281,7 @@ export default {
 						minwidthsty: '250px',
 					},
 				]
+				this.statusType=1
 			}
 			this.tableColumns = this.tableColumnsHandler()
 			this.$refs.tableRef && this.$refs.tableRef.clearSort()

+ 8 - 0
src/views/roadshow_manage/compononts/addAnswer.vue

@@ -259,6 +259,14 @@ export default {
   }
 }
 .answer-dialog{
+  .ruleForm-wrap{
+    overflow-y: auto;
+    max-height: 60vh;
+    &::-webkit-scrollbar{
+      width: 2px;
+      background: #ccc
+    }
+  }
   .add-btn-box{
     padding-left: 34px;
     display: flex;

+ 1 - 1
src/views/roadshow_manage/statistics/researcher.vue

@@ -106,7 +106,7 @@
 			:title="diaTitle"
 			:form="dialogForm"
 			fromType="researcher"
-			hasQustion
+			:hasQustion="['试用路演','正式路演','路演'].includes(dialogForm.key)"
 		/>
 
 	</div>