|
@@ -171,8 +171,6 @@ export default {
|
|
|
//查询列表
|
|
|
async searchList() {
|
|
|
let column = this.columnLists;
|
|
|
- let list1 = this.jiabinList;
|
|
|
- let list2 = this.luyanlist;
|
|
|
for (const i of column) {
|
|
|
if (i.name == '专家问诊') {
|
|
|
const res = await this.newsList({ skip: 0, limit: 5, column_id: i._id });
|