wxy 4 년 전
부모
커밋
dabac60ecf
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/views/technical/index.vue

+ 0 - 2
src/views/technical/index.vue

@@ -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 });