|
|
@@ -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);
|
|
|
})
|
|
|
},
|
|
|
// 查询数据
|