徐滕 hai 3 semanas
pai
achega
4325d66763

+ 20 - 0
index.html

@@ -10,6 +10,26 @@
 		<link rel="icon" href="/favicon.ico">
 		<title>兴光</title>
 
+<!--		<script>
+			window.difyChatbotConfig = {
+				token: 'i2dlAD43c3g4KpF2',
+				baseUrl: 'http://localhost'
+			}
+		</script>
+		<script
+			src="http://localhost/embed.min.js"
+			id="i2dlAD43c3g4KpF2"
+			defer>
+		</script>
+		<style>
+			#dify-chatbot-bubble-button {
+				background-color: #1C64F2 !important;
+			}
+			#dify-chatbot-bubble-window {
+				width: 44rem !important;
+				height: 70rem !important;
+			}
+		</style>-->
 	</head>
 	<body>
 		<noscript>

+ 2 - 3
src/views/flowable/task/TodoList.vue

@@ -265,12 +265,11 @@ export default {
 			//let loginUserId = this.$store.state.user.id  // 获取当前登录用户id
 
 			console.log("this.sessionStorage", sessionStorage)
-			console.log(this.searchDates)
 			if(sessionStorage){
 				var beginDate = sessionStorage.getItem("beginDate")
 				var endDate = sessionStorage.getItem("endDate")
-				var title = sessionStorage.getItem("title")
-				var assigneeId = sessionStorage.getItem("assigneeId")
+				var title = this.searchForm.title
+				var assigneeId = this.searchForm.assigneeId
 				if(beginDate){
 					this.searchForm.beginDate = beginDate;
 				}

+ 2 - 2
src/views/human/enrollment/registration/EnrollmentRegistrationList.vue

@@ -132,7 +132,7 @@
 									field="mobilePhone"></vxe-column>
 								<vxe-column min-width="160" align="center" title="毕业院校"
 									field="graduatedFrom"></vxe-column>
-								<vxe-column min-width="160" fixed="right" align="center" title="是否已加入钉钉" field="ddType">
+<!--								<vxe-column min-width="160" fixed="right" align="center" title="是否已加入钉钉" field="ddType">
 									<template #default="scope">
 										<el-button v-if="scope.row.ddType === '1'" @click="detail(scope.row)"
 											type="success" effect="dark">{{ $dictUtils.getDictLabel("dd_type",
@@ -143,7 +143,7 @@
 											$dictUtils.getDictLabel("dd_type", scope.row.ddType,
 												'未加入') }} </el-button>
 									</template>
-								</vxe-column>
+								</vxe-column>-->
 								<vxe-column min-width="100" title="状态" fixed="right" align="center" field="type">
 									<template #default="scope">
 										<el-button v-if="scope.row.processType === '1'" @click="detail(scope.row)"