luke 6 gadi atpakaļ
vecāks
revīzija
25abeb6f0f
1 mainītis faili ar 6 papildinājumiem un 8 dzēšanām
  1. 6 8
      pc_chat/src/components/ledgeBase.vue

+ 6 - 8
pc_chat/src/components/ledgeBase.vue

@@ -116,17 +116,15 @@
 				activeNames: '', //折叠面板选中效果
 				activity: '1', //活动列表选中状态
 				options: [{
-					value: 'week',
-					label: '最近一周'
-				},
-					{
+						value: 'week',
+						label: '最近一周'
+					}, {
 						value: 'oneMonth',
 						label: '最近一个月'
-					},
-					{
+					}, {
 						value: 'threeMonth',
 						label: '最近三个月'
-					}],
+				}],
 				problemType: '', //类
 				knowLedgeBase: '', //知识库问答数据
 				problemName: '账号',//类名
@@ -163,7 +161,7 @@
 							this.noBase = false;
 						}
 					}
-					console.log('res', this.knowLedgeBase)
+					console.log('======获取数据=========', res);
 				})
 			},
 			// 查询数据